knative / client-contrib

Community contributed `kn` plugins.
Apache License 2.0
10 stars 23 forks source link

A minor defect in help message of kn plugin #24

Open daisy-ycguo opened 4 years ago

daisy-ycguo commented 4 years ago

See the output of kn hello. Pay attention that kn-hello is used in the usage part and in the last sentence, which we definitely hope to use kn hello instead.

$ kn hello
Longer description of this fantastic plugin that can go over several lines.

Usage:
  kn-hello [command]

Available Commands:
  help        Help about any command
  print       Print the argument
  version     Prints the plugin version

Flags:
  -h, --help   help for kn-hello

Use "kn-hello [command] --help" for more information about a command.

It's an issue related with cobra. I create in our repo to track.