lumarsh ~master (2021-11-11T18:52:34Z)
Dub
Repo
DefaultCommand
commands
default_
Undocumented in source.
@
CommandDefault
("Executes the given LUA file")
struct
DefaultCommand {
@
ArgPositional
("file", "The file to execute")
string
file
;
@
ArgOverflow
string
[]
args
;
int
onExecute
();
}
Members
Functions
onExecute
int
onExecute
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
args
string
[]
args
;
Undocumented in source.
file
string
file
;
Undocumented in source.
Meta
Source
See Implementation
commands
default_
structs
DefaultCommand