class

Commander::CommandRegistry

Inherits Reference < Object

Constructors

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