Versions in this module Expand all Collapse all v0 v0.5.5 Jan 21, 2017 Changes in this version + func CommandProviders() map[string]CommandProvider + func Register(name string, provider CommandProvider) + type CommandProvider interface + ConfigOptions func() map[string]ConfigOption + Execute func(context Context) bool + Summary func() string + Usage func() string + type ConfigOption struct + Default interface{} + Description string + Env string + Parse bool + Validate func(value interface{}) error + type Context struct + Arguments map[string]interface{} + Config map[string]interface{} + Credentials *client.Credentials