array_collect_commands!() { /* proc-macro */ }
Expand description
Generates an array of command names
If true is provided, as in array_collect_commands(true)
, the macro will print the array, if nothing is provided, it won’t.
array_collect_commands!() { /* proc-macro */ }
Generates an array of command names
If true is provided, as in array_collect_commands(true)
, the macro will print the array, if nothing is provided, it won’t.