Goodbye, --all
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
|
||||
Usage:
|
||||
dcos help
|
||||
dcos help --all
|
||||
dcos help info
|
||||
|
||||
Options:
|
||||
--help Show this screen
|
||||
--version Show version
|
||||
--all Prints all available commands to the standard output
|
||||
"""
|
||||
import dcoscli
|
||||
import docopt
|
||||
|
||||
@@ -22,7 +22,7 @@ Environment Variables:
|
||||
DCOS_CONFIG This environment variable points to the
|
||||
location of the DCOS configuration file.
|
||||
|
||||
'dcos help --all' lists all available subcommands. See 'dcos <command> --help'
|
||||
'dcos help' lists all available subcommands. See 'dcos <command> --help'
|
||||
to read about a specific subcommand.
|
||||
"""
|
||||
|
||||
|
||||
@@ -13,13 +13,11 @@ def test_help():
|
||||
|
||||
Usage:
|
||||
dcos help
|
||||
dcos help --all
|
||||
dcos help info
|
||||
|
||||
Options:
|
||||
--help Show this screen
|
||||
--version Show version
|
||||
--all Prints all available commands to the standard output
|
||||
"""
|
||||
assert stderr == b''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user