Skip to content

Commit

Permalink
Add uintSlice and boolSlice to name prettifier (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose authored and eparis committed Nov 6, 2017
1 parent 97afa5e commit 4c012f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c012f6

Please sign in to comment.