Update README.md

This commit is contained in:
2019-09-16 00:54:44 -04:00
committed by GitHub
parent af6b08c074
commit f4e032b81e
+4 -4
View File
@@ -15,13 +15,13 @@ Usage: bake [OPTIONS] [TASK] [ARGUMENTS]...
Options:
-b, --bakefile PATH The Bakefile to use.
-l, --list Lists available tasks from Bakefile.
-l, --list Lists available tasks.
--allow TEXT Whitelist an environment variable for use.
--yes Set mediumsecurity prompts to yes.
-c, --continue Fail immediately, if any task fails.
--insecure Use parent shell's environment variables.
-c, --continue Continue, if a task fails.
--insecure Inherit parent shell's environment variables.
-s, --silent Reduce output.
-e, --environ-json TEXT Environment variables, in JSON format.
-e, --environ-json TEXT Provide environment variables via JSON.
-j, --json Output in JSON format (stdout).
-h, --help Show this message and exit.
```