dearchap
dearchap
No the fix is in PR #1919 .
@AaronLieb Would you be able to test the PR in #1919 to see if it fixes your issue ?
@AaronLieb I looked at v2 and its more complicated to fix there. Not sure if I have the bandwidth to do it for v2. If you end up doing a...
@AaronLieb fixed the 3.0.0-alpha10 release issue. Please check
@meatballhat can you take a look ?
@AaronLieb I've removed v3.0.0-alpha10. Try this release v3.0.0-alpha9.2
@AaronLieb Thanks for the feedback, I'll look into these issues asap.
@AaronLieb Can you share your test code ? I have tests for exactly the scenarios that you described and everything is supposed to work. https://github.com/urfave/cli/blob/v3.0.0-alpha9.2/completion_test.go#L59 This tests single dash, double...
Some people have requested this feature in the past. Collecting unknown flags for the most part can be done. It's the corner cases I'm worried about, especially for boolean flags...
Or maybe something like this ``` GLOBAL OPTIONS: --listen value/ --address value address on which the router will be listening on, ie: "localhost:11434" (default: "localhost:11434") [$GOLLAMAS_LISTEN, $LISTEN] .... ```