Open
Description
If sys.argv is accessed directly it means you're not going to have the same level of support for errors than a dedicated library, and argparse is such a lib that is a builtin lib since python 3.2.
Originally posted by @Pierre-Sassoulas in #7710 (comment)