##// END OF EJS Templates
Workaround argparse changed text in Python 3.10...
Workaround argparse changed text in Python 3.10 “optional arguments” was replaced with “options” in argparse help. https://docs.python.org/3/whatsnew/3.10.html#argparse https://bugs.python.org/issue9694

File last commit:

r22963:2961b531
r27059:8134c2eb
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])