command v0.0.8 (2020-11-23T16:43:14Z)
Dub
Repo
CmdTableEntry
command
uda
Undocumented in source.
struct
CmdTableEntry {
CommandType
cmd
;
string
desc
;
int
minArgs
;
int
maxArgs
;
}
Members
Variables
cmd
CommandType
cmd
;
Undocumented in source.
desc
string
desc
;
Undocumented in source.
maxArgs
int
maxArgs
;
Undocumented in source.
minArgs
int
minArgs
;
Undocumented in source.
Meta
Source
See Implementation
command
uda
aliases
CommandType
mixin templates
RegisterModule
structs
CmdTableEntry
Command
CommandNamespace
TypedCommand