cmdr
cmdr copied to clipboard
Map command arguments to individual parameters on command methods instead of passing everything as a vec of strings
Commands are passed as a vector of strings, We could parse parameters in the command method signature in the macro and map arguments to the command method.