Skip to content

Commit

Permalink
Merge pull request #39 from nicoder/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jacobdeichert authored Nov 2, 2019
2 parents 76fc450 + 4ae1ee9 commit 01f23d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ echo "Testing $test_case in $file"

You can define a list of optional flags for your commands. The flag name is injected into the script's scope as an environment variable.

Important to note that `mask` auto injects a very common `boolean` flag called `verbose` into every single command even if it's not used. This saves a bit of typing for you! This means every command implictly has a `-v` and `--verbose` flag already. The value of the `$verbose` environment variable is either `"true"` or simply unset/non-existent.
Important to note that `mask` auto injects a very common `boolean` flag called `verbose` into every single command even if it's not used. This saves a bit of typing for you! This means every command implicitly has a `-v` and `--verbose` flag already. The value of the `$verbose` environment variable is either `"true"` or simply unset/non-existent.

**Example:**

Expand Down

0 comments on commit 01f23d0

Please sign in to comment.