jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
ReturnCommand
commands
Undocumented in source.
@
Command
("return|r", "Returns a specific exit code.")
struct
ReturnCommand {
@
ArgPositional
("code", "The code to return.")
int
code
;
int
onExecute
();
}
Members
Functions
onExecute
int
onExecute
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
int
code
;
Undocumented in source.
Meta
Source
See Implementation
commands
structs
ReturnCommand