Files
docker-cli/e2e/cli-plugins/testdata/docker-help-helloworld.golden
Sebastiaan van Stijn 7f3717bd2a Replace tab with spaces in usage output
All output of the usage / --help output uses spaces, and having a tab
in the output can be somewhat cumbersome (e.g. our YAML docs generator
doesn't like them, and copy/pasing the output in iTerm produces a warning).

This patch changes the output to use two spaces instead.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-02 15:41:17 +02:00

18 lines
479 B
Plaintext

Usage: docker helloworld [OPTIONS] COMMAND
A basic Hello World plugin for tests
Options:
-c, --context string Is it Christmas?
-D, --debug Enable debug
--pre-run Log from prerun hook
--who string Who are we addressing?
Commands:
apiversion Print the API version of the server
exitstatus2 Exit with status 2
goodbye Say Goodbye instead of Hello
Run 'docker helloworld COMMAND --help' for more information on a command.