##// END OF EJS Templates
Fix restoring more than 2 variables and add support for storing multiple variables.
Fix restoring more than 2 variables and add support for storing multiple variables.

File last commit:

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