mendelt / cmdr

Cmdr is a library for building line-oriented text-based user interfaces in Rust.
Apache License 2.0
15 stars 1 forks source link

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

Open mendelt opened 5 years ago

mendelt commented 5 years ago

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.