commando icon indicating copy to clipboard operation
commando copied to clipboard

No support for --option=value

Open peterjwest opened this issue 11 years ago • 2 comments
trafficstars

A lot of commands use this syntax, not sure how standard it is, but I think supporting it would help prevent confusion.

peterjwest avatar Nov 20 '14 13:11 peterjwest

Not sure if this matches your requirement? https://github.com/c9s/CLIFramework

c9s avatar Apr 24 '15 07:04 c9s

ConsoleKit also supports this syntax. It is fairly common in specific categories of console applications, but it is much more common to see this syntax being used in my experience e.g. --key value

NeoVance avatar Jun 10 '16 10:06 NeoVance