jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
PrintCommand
new_examples
top_down
main
Undocumented in source.
@
Command
("print", "Prints whatever it's given")
struct
PrintCommand {
RootCommand
*
root
;
@
ArgPositional
("Some string that will be printed.")
string
whatever
;
void
onExecute
();
}
Members
Functions
onExecute
void
onExecute
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
root
RootCommand
*
root
;
Undocumented in source.
whatever
string
whatever
;
Undocumented in source.
Meta
Source
See Implementation
new_examples
top_down
main
functions
main
structs
MultiplyCommand
PrintCommand
RootCommand