##// END OF EJS Templates
Enforce some more types since we are Py3only
Enforce some more types since we are Py3only

File last commit:

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