Currently the idea is to later implement a -h (or -t) option to the command, and/or a `target' recipe keyword. Another option might be to use the target/host key when the key/value registry will be implemented and made available to the recipe and task DSLs.
10 lines
228 B
Gherkin
10 lines
228 B
Gherkin
Feature: CLI usage
|
|
|
|
Scenario: prints the usage when an argument is missing
|
|
When I run `producer`
|
|
Then the exit status must be 64
|
|
And the output must contain exactly:
|
|
"""
|
|
Usage: producer recipe_file
|
|
"""
|