mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Add offline docs and respective CI tasks (#19)
* Add gradle javadocs task * Add task for copying resources * Add docs tab * Add online docs * Add offline docs * Change gitignore * Remove web resources * Fix .gitignore * Fix lint error * Fix lint error * Add CI tasks for offline docs * Hoepfully fix CI * Hoepfully fix CI * Fix lint checker * Checking on CI * Fix CI fetch * Fix EOF and CI repo Co-authored-by: Vatan <vatan.tezer@polonom.com>
This commit is contained in:
committed by
GitHub
parent
4cd2262acc
commit
1bbeed7d3d
@@ -37,7 +37,7 @@ public class ShellExec {
|
||||
|
||||
/**
|
||||
* Execute a bash command. We can handle complex bash commands including multiple executions (; |
|
||||
* && ||), quotes, expansions ($), escapes (\), e.g.: "cd /abc/def; mv ghi 'older ghi '$(whoami)"
|
||||
* and ||), quotes, expansions ($), escapes (\), e.g.: "cd /abc/def; mv ghi 'older ghi '$(whoami)"
|
||||
*
|
||||
* @param command Bash command to execute
|
||||
* @return true if bash got started, but your command may have failed.
|
||||
|
||||
Reference in New Issue
Block a user