diff --git a/commands/command.go b/commands/command.go index 85646541f..cee08307f 100644 --- a/commands/command.go +++ b/commands/command.go @@ -26,6 +26,7 @@ type Command struct { Options []Option Run Function Format Formatter + Type interface{} Subcommands map[string]*Command }