diff options
Diffstat (limited to 'command.go')
| -rw-r--r-- | command.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ type Commands map[string]Command type Flags map[string]Predicate type Command struct { + Name string Sub Commands Flags Flags Args Predicate |
