cmdr icon indicating copy to clipboard operation
cmdr copied to clipboard

Auto complete command parameters

Open mendelt opened this issue 7 years ago • 0 comments

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

mendelt avatar Jan 04 '19 11:01 mendelt