argh icon indicating copy to clipboard operation
argh copied to clipboard

Positional args should also be kebab-cased in the help output

Open Boscop opened this issue 4 years ago • 1 comments

Currently the usage prints positional args in snake_case, e.g.:

Usage: D:\foo.exe [<project_file>] [-t <time-offset>] [<command>] [<args>]

It should also print positional args in kebab-case for consistency (project-file in this case).

Boscop avatar Jun 28 '20 07:06 Boscop

what is happening here is that it kebab cases the "long" name if the long is omitted.

benbrittain avatar Jun 28 '20 14:06 benbrittain