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

Allow aliassing commands #16

Closed mendelt closed 5 years ago

mendelt commented 5 years ago

As a client I should be able to create aliasses for commands. One way to implement this is by adding an alias annotation to a command method where you can specify a list of alternative command names.