-
-
Notifications
You must be signed in to change notification settings - Fork 65
support "h" custom argument #73
Copy link
Copy link
Open
Labels
Test case missingTest cases for related issue are not presentTest cases for related issue are not presentenhancementhelp wanted
Metadata
Metadata
Assignees
Labels
Test case missingTest cases for related issue are not presentTest cases for related issue are not presentenhancementhelp wanted
If I define
I'll get a panic ->
This is because there's a built-in
-h/--helpalready occupied it.For now I can workaround it by using a different letter, but It would be a nice to have support for
h😁