mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
readme
This commit is contained in:
@@ -5,6 +5,26 @@ I love using `Makefile`s for one-off tasks in projects. The problem with doing t
|
||||
|
||||
**WORK IN PROGRESS**
|
||||
|
||||
```shell
|
||||
$ bake -h
|
||||
Usage: bake [OPTIONS] [TASK] [ARGUMENTS]...
|
||||
|
||||
bake — the familiar Bash/Make hybrid.
|
||||
|
||||
Options:
|
||||
-b, --bakefile PATH
|
||||
-l, --list Lists available tasks from Bakefile.
|
||||
--shellcheck
|
||||
--whitelist TEXT
|
||||
--yes Set prompts to yes.
|
||||
-x, --fail Fail immediately, if any task fails.
|
||||
--secure Ignore parent shell's environment variables.
|
||||
--no-color Disable colors.
|
||||
-s, --silent Reduce output.
|
||||
-j, --environ-json TEXT environment variables, in JSON format.
|
||||
-h, --help Show this message and exit.
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user