Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): handle argparse different behavior after python 3.9
argparse raises TypeError when non exist command is provided on Python < 3.9 but raise SystemExit with exit code == 2 on Python 3.9 this error does not break anything obviously from the user perspective, but will break our existing test 429
- Loading branch information