Skip to content

Known Issues

sudo-nano edited this page Jun 17, 2025 · 2 revisions

Older versions of argparse do not respect exit_on_error=False

Older versions of the argparse library may exit the program when incorrect arguments are given, despite exit_on_error=False being set in order to prevent this. At present, the best recommendation is to use python 3.13, as this issue does not appear to manifest on that version. Doing so via pipenv is recommended, so that you can be sure packages are being installed to the correct python version.

Clone this wiki locally