Help fails when a command argument is specified #2126
Labels
area/v3
relates to / is being considered for v3
kind/bug
describes or fixes a bug
status/triage
maintainers still need to look into this
My urfave/cli version is
v3.3.2
Checklist
Describe the bug
The
--help
argument causes an error when specified in a command with arguments.To reproduce
Observed behavior
Both these commands work:
But when I specify one of the command's arguments, it raises an error:
Expected behavior
I'm not sure if that's intentional behavior, but with
nano
for example (just a random command), I can specify--help
both before and after an argument.Run
go version
and paste its output hereThe text was updated successfully, but these errors were encountered: