diff options
Diffstat (limited to 'flag.go')
| -rw-r--r-- | flag.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ type Flag struct { type Value interface { String() string Set(string) error + Type() string } // sortFlags returns the flags as a slice in lexicographical sorted order. |
