Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Commander::CommandRegistry
Inherits
Reference
<
Object
Constructors
new
Source
Instance methods
each
Source
execute
(id :
String
, context :
CommandContext
) :
Bool
Source
mutating?
(id :
String
) :
Bool
|
Nil
Source
register
(id :
String
, title :
String
, description :
String
= "", plugin_id :
String
|
Nil
= nil, mutating :
Bool
= false, &handler :
CommandContext
->
Nil
) :
Nil
Source
register_alias
(alias_id :
String
, target_id :
String
) :
Nil
Source
registered?
(id :
String
) :
Bool
Source
to_snapshots
Source