dearchap

Results 296 comments of dearchap
trafficstars

Its not really an issue. Its the design for command line flags in general. As per this https://pkg.go.dev/flag this is the standard format ``` -flag x // non-boolean flags only...

@jetexe Unfortunately this is expected behavior. This has been an ongoing issue with urfave/cli given its architecture.

Should be fixed by #1987 . @jetexe please test with latest v3 and let me know,

@decentral1se can you try out the PR ? I still need to add tests and such.

@decentral1se want to make a PR for the fix ? Would be happy to review.

@asahasrabuddhe Are you working on this ?