click-contrib / click-repl

Subcommand REPL for click apps
MIT License
215 stars 41 forks source link

Added relevant code and tests for the new fix #97 #101

Closed GhostOps77 closed 1 year ago

GhostOps77 commented 1 year ago

This PR has the updated code that generates suggestions based on the recent fix #97 More tests were included as well

Also, completely resolves #92

GhostOps77 commented 1 year ago

@auvipy i haven't done any py2 cleanup anywhere i've just changed the way the completer does, and by that, i also have to change the code thats depending on that completer class

It would be helpful for me if u can point me where i've done those changes