dearchap

Results 201 comments of dearchap

Here's my design take on full end to end flow of new Args feature ``` // Arg specifies one group of arguments type Arg interface { Parse(a cli.Args) (cli.Args, error)...

Is there any interest in this ? I would like to add this feature. @asahasrabuddhe did you work on this previously ?

Well. I tried and added a sample PR of how validation might work for int/intslice flags. No-one reviewed it so the PR got closed as stale. Most of these requested...

@wayan ``` package main import ( "fmt" "log" "os" "github.com/urfave/cli/v2" ) func main() { app := &cli.App{ Flags: []cli.Flag{ &cli.StringFlag{ Name: "lang", Value: "english", Usage: ` A very big nefertiti...

@wayan There is no special treatment for multiline strings. Everything is treated exactly as given by user. It might be possible to add a feature in a future release to...

@AnuragThePathak Did you replace the $PROG in the zsh autocomplete with the name of your binary ?

Just a sanity check. Did you export PROG prior to sourcing the completion file? Get Outlook for iOS ________________________________ From: Anurag Pathak ***@***.***> Sent: Sunday, April 24, 2022 10:40:48 PM...

can you share the snippet of .zshrc where you do this ? On Mon, Apr 25, 2022 at 4:12 AM Anurag Pathak ***@***.***> wrote: > Yes I did that >...

@varun06 did you export PROG to name of your executable and source the zsh completion file ?

Interface cannot be update to include these functions at this point. Please consider using v3x