Merge pull request #4167 from grubernaut/f-update-build-help-output

Update help output for build command
This commit is contained in:
Rickard von Essen 2016-11-14 20:22:52 +01:00 committed by GitHub
commit 5e06e66159
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ Options:
-color=false Disable color output (on by default)
-debug Debug mode enabled for builds
-except=foo,bar,baz Build all builds other than these
-only=foo,bar,baz Build only the specified builds
-force Force a build to continue if artifacts exist, deletes existing artifacts
-machine-readable Machine-readable output
-on-error=[cleanup|abort|ask] If the build fails do: clean up (default), abort, or ask