dearchap

Results 306 comments of dearchap

@lorensr can you post a code snippet ?

Can you set DefaultText to " " or a non empty string?

Okay I see the issue now. So would you like to hide the default text only for bool flags or for all flags ?

@lorensr Can you try the PR and see if it works for you ? Thanks

Verified that issue does not exist in v1.22.10. Closing.

It appears that fish completion was already added in 2.x. Do we want to keep the dynamic auto complete feature in cli or move to a generated one like what...

No movement for this for a long time and fix isn't sufficient. Closing for now

Closing. Will revisit when new v3 parser is introduced.

@noerw What to take a look at the draft PR and see if it works for you ? I still need to add test cases but I've verified manually that...

@sshaw You need to provide Flag to app as well ``` app := &cli.App{ Name: "tester", Flags: Flags, Before: altsrc.InitInputSourceWithContext(Flags, func(context *cli.Context) (altsrc.InputSourceContext, error) { return altsrc.NewYamlSourceFromFile(".myconfig") }), } ```