Kevin Nguyen
Results
2
issues of
Kevin Nguyen
It seems like tab completion does not work when one of the options has a help field? ``` import click from click_repl import register_repl @click.group() def cli(): pass @cli.command() @click.option('--test',...
It looks like the function wrap calls Tracekit.report and then throws the exception. But Tracekit.report already throws the exception again. Is an exception being thrown twice?