I'm trying to add a REPL to an existing dev tool that doesn't perform any real error handling; it relies on exceptions being reported to users. This doesn't work well with click-repl because any such error crashes the whole program, which must then be restarted. The expected behaviour is to print the traceback and then accept a new command line.