Commit 460387fc authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

commands: Added 'Private' field to Command

parent b61cfd92
...@@ -28,6 +28,7 @@ type Command struct { ...@@ -28,6 +28,7 @@ type Command struct {
Format Formatter Format Formatter
Type interface{} Type interface{}
Subcommands map[string]*Command Subcommands map[string]*Command
Private bool
} }
// ErrNotCallable signals a command that cannot be called. // ErrNotCallable signals a command that cannot be called.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment