dearchap

Results 306 comments of dearchap

No one has requested count for non-bool flags. Not sure when I can get around to a fix though.

@Skeeve Would you like to submit a PR with the change ? I'll get glad to review it.

@Amaury-Behague You can set a custom template and override whatever you want in the help text. It is not very user friendly but anyone with a knowledge of go templating...

@nejtr0n What exactly are you trying to achieve ? when calling rootCmd.Run(ctx, args) you can pass in a ctx of your choice with whatever values you define. All subcmds will...

@bartekpacia I am thinking this would be valuable. What do you think ?

@BlackHole1 Can you submit a PR ?

The first one seems better. @urfave/cli want to chime in ? Alternatively we could have Before with the current signature and also BeforeWithContext with new signature. Depends on how we...

@rykov @nejtr0n Want to test out my PR ?

@ldelossa Its okay to generate the cmd graph from a yaml. I dont see any real issues with your implementation. It should work. You sourced the zsh completion script for...