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