github.com/justincormack/cli@v0.0.0-20201215022714-831ebeae9675/e2e/cli-plugins/testdata/docker-help-helloworld.golden (about)

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