mirror of
https://github.com/jbranchaud/til
synced 2026-09-02 01:31:47 +00:00
Fix indentation of latest TIL
This commit is contained in:
@@ -23,18 +23,18 @@ def test_base_help_message():
|
|||||||
|
|
||||||
help_result = runner.invoke(cli, ["--help"])
|
help_result = runner.invoke(cli, ["--help"])
|
||||||
output = textwrap.dedent("""\
|
output = textwrap.dedent("""\
|
||||||
Usage: vmt [OPTIONS] COMMAND [ARGS]...
|
Usage: vmt [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-v, --verbose See extra output when running commands
|
-v, --verbose See extra output when running commands
|
||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
cancel
|
cancel
|
||||||
log
|
log
|
||||||
start
|
start
|
||||||
status
|
status
|
||||||
stop
|
stop
|
||||||
""")
|
""")
|
||||||
assert output in help_result.output
|
assert output in help_result.output
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user