cmdr icon indicating copy to clipboard operation
cmdr copied to clipboard

Map command arguments to individual parameters on command methods instead of passing everything as a vec of strings

Open mendelt opened this issue 6 years ago • 0 comments

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.

mendelt avatar Mar 06 '19 15:03 mendelt