You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI: a library exception on either console-script entry point
(standpoint, standpoint-click) propagated as a raw Python traceback
instead of a clean error. standpoint's argparse main() had no
try/except around run(); click's own main() only special-cases ClickException/Abort. Both now print Error: ... to stderr and exit
standpoint-click's console-script entry point moves to a new click_cli.main() wrapper (was the bare main_click command).