mirror of
https://github.com/go-task/task.git
synced 2026-07-09 06:55:14 +00:00
update deps
This commit is contained in:
4
vendor/github.com/spf13/pflag/flag.go
generated
vendored
4
vendor/github.com/spf13/pflag/flag.go
generated
vendored
@@ -568,6 +568,10 @@ func UnquoteUsage(flag *Flag) (name string, usage string) {
|
||||
name = "strings"
|
||||
case "intSlice":
|
||||
name = "ints"
|
||||
case "uintSlice":
|
||||
name = "uints"
|
||||
case "boolSlice":
|
||||
name = "bools"
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user