This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
13754f6776
DockerCLI
/
e2e
/
cli-plugins
/
testdata
/
docker-help-helloworld-good...
5 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Integrate CLI plugins with `docker help «foo»` Signed-off-by: Ian Campbell <ijc@docker.com>
2018-12-11 09:52:59 -05:00
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 09:41:17 -04:00
Usage: docker helloworld goodbye
Integrate CLI plugins with `docker help «foo»` Signed-off-by: Ian Campbell <ijc@docker.com>
2018-12-11 09:52:59 -05:00
Say Goodbye instead of Hello