features/todo.feature in gli-2.16.1 vs features/todo.feature in gli-2.17.0
- old
+ new
@@ -58,9 +58,16 @@
Then the output should contain:
"""
todo version 0.0.1
"""
+ Scenario: --version flag displays version instead of executing command
+ When I successfully run `todo --version ls`
+ Then the output should contain:
+ """
+ todo version 0.0.1
+ """
+
Scenario: Help completion mode
When I successfully run `todo help -c`
Then the output should contain:
"""
_doc