click-contrib / click-repl

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

Added typehints and mypy test env in tox #120

Open GhostOps77 opened 2 weeks ago

GhostOps77 commented 2 weeks ago

Also, changed click_repl.utils._help_internal function to just print the help text, rather than returning it, so that all function callbacks for internal command can be in the same type of Callable[[], None]