click-contrib / click-repl

Subcommand REPL for click apps
MIT License
219 stars 40 forks source link

Fix history, fix completer typo, fix auto completion of chained sub commands #37

Closed lseshan closed 6 years ago

lseshan commented 6 years ago

Changes:

  1. History is not displayed in the latest top of the tree - fixed it
  2. Completer typo in the top of the tree - fixed in this commit
  3. Porting the changes from Top of the tree click repo for auto-completion of chained sub-commands.
untitaker commented 6 years ago

On hold due to https://github.com/click-contrib/click-repl/issues/36

untitaker commented 6 years ago

two of those issues are fixed in master I believe, please resubmit the third change