dearchap
dearchap
@lignumqt Yes the docs are correct but should be updated to say for all flags except bool flags !!!.
@louisroyer `m1 `and `m2` are part of same group and are exclusive with only `l2` . `l1` is a global flag and will be valid in all cases.
@louisroyer can you review the PR ?
@GwynethLlewelyn Can you share a snippet of your issue ? I've run the test code provided by @zerok https://github.com/zerok/issue-urfave-cli-v3-defaultcmd-args with latest release and the tests run fine. https://go.dev/play/p/Tfor4H_DwSb
@bbadour try to focus on one issue per PR.
@adrian-thurston the subcommand help is supposed to use the subcommand template. I think you have your logic backwards. If subcommand template is empty then it can use the main command...
@adrian-thurston When you say customization for subcommand what do you mean ?
@peterdeme By default in v3 all flags are global(persistent) unless explicitly set to non-persistent. So in your example you wouldnt need to define the flag multiple times. You can define...
@peterdeme Dont think its in the migration guide. I'll update it. Duplication should be fine but I dont think we have tested with both being defined as "global". We have...