Dan Buch

Results 145 comments of Dan Buch

@asahasrabuddhe Hello! I'm so glad you're here and willing and able to continue this work! After more carefully reviewing the commentary, I think I am generally in agreement with @rliebz,...

I think I have a reprex 🤔 ```go package main import ( "fmt" "log" "os" "github.com/urfave/cli/v2" "github.com/urfave/cli/v2/altsrc" ) type Pants struct { v string } func (p *Pants) Set(value string)...

@dearchap I'm glad you know how this is supposed to work! :joy: :shrug: Is it obvious that I don't use altsrc?

From what I can tell, at the time of `v1` ➡️ `v2` we made the call to silently trim right rather than break everyone's `Name` values 🙁 https://github.com/urfave/cli/blob/6033c008f2f3e1a1e367e5467ade7383e6ff7e98/flag.go#L262-L274 Given that...

@dearchap I'd love to know 😅 I asked a question a few days ago in @urfave/maintainers discussions but I've re-posted now in @urfave/cli discussions. If having this conversation in a...

@ddouglas Sorry for the big delay 😭 What do you think about adding a new field to `App` such as `CustomSubcommandHelpTemplate` instead of what you have here? This would mean...

@alessio Hello and sorry for the long delay 😭 Has this PR been superseded by #1204 ?

@ffrank What you're proposing sounds to me like we'd either have to ditch wrapping stdlib flag (untested) and do our own flag parsing, or perhaps _only_ use the stdlib flag...