commando icon indicating copy to clipboard operation
commando copied to clipboard

Help does not display sub command

Open ruudk opened this issue 5 years ago • 1 comments

Looking at the example from the readme I noticed that Commando doesn't display the correct information.

It shows the red one, but I expected to see the green one:

 $ reactor create -h
 
 This command creates a component of a given type and outputs component files in the project directory.
 
 Usage:
-  reactor <name> [version] [files] {flags}
+  reactor create <name> [version] [files] {flags}

ruudk avatar Nov 04 '20 18:11 ruudk

There is a PR for this: https://github.com/thatisuday/commando/pull/11

Consider upvoting that PR - might help get it merged in.

niaxi avatar Oct 15 '21 05:10 niaxi