summaryrefslogtreecommitdiff
path: root/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'command.go')
-rw-r--r--command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.go b/command.go
index 32c5456..253f8e7 100644
--- a/command.go
+++ b/command.go
@@ -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