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

Auto complete command parameters #6

Open mendelt opened 5 years ago

mendelt commented 5 years ago

Allow users of the library to implement auto completion of parameters for each command by implementing complete_ methods. These will receive a string of what the user typed so far and return a list of the possible ways to complete these