dearchap
dearchap
@bobheadxi Can you provide an example of what you are doing in the completion func ?
The reason I ask is that I dont see the issue when the completion func is not set. Let me investigate further. I have specified an invalid flag on the...
Cant reproduce
v3 docs are present but havent been pushed to remote server. https://github.com/urfave/cli/tree/main/docs/v3
@danhunsaker v2 is only in maintenance mode. You do realise that v3/main branch has support for generics already ?
@danhunsaker v2 is only in maintenance mode right now. No new features/capabilities. Can you do this PR for v3/main ?
v3 is the mainline branch. Alpha will be out soon. altsrc has been moved into its own repo for v3 since it is ancillary to cli and not a core.
@meatballhat @jtagcat Both of you make good points. I think as software devs we'd like to make software perfect - covers all use cases, very performant, infintely extensible and so...
@meatballhat What are the most requested features of this library ? 1. Global/Persistent flags 2. Help consistency(and with being able to do help without required flags) if we have those...
@jtagcat could you provide some examples of how users would use the harg library ? Maybe a definition for a int flag and a float slice . Thanks