features/help.feature in reponaut-1.1.1 vs features/help.feature in reponaut-1.2.0
- old
+ new
@@ -6,11 +6,11 @@
Scenario: List usage details
When I run `reponaut -h`
Then it should pass with:
"""
- Usage: reponaut [OPTIONS] USERNAME
+ Usage: reponaut [OPTIONS] USERNAME [LANGUAGE]
Options:
-c, --count Sort by repo count
-f, --ignore-forks Ignore forked repos
-h, --help
@@ -19,11 +19,11 @@
Scenario: List usage details with long option
When I run `reponaut --help`
Then it should pass with:
"""
- Usage: reponaut [OPTIONS] USERNAME
+ Usage: reponaut [OPTIONS] USERNAME [LANGUAGE]
Options:
-c, --count Sort by repo count
-f, --ignore-forks Ignore forked repos
-h, --help
@@ -50,10 +50,10 @@
Scenario: Specify no options
When I run `reponaut`
Then the exit status should not be 0
And the stderr should contain:
"""
- Usage: reponaut [OPTIONS] USERNAME
+ Usage: reponaut [OPTIONS] USERNAME [LANGUAGE]
Options:
-c, --count Sort by repo count
-f, --ignore-forks Ignore forked repos
-h, --help