##// END OF EJS Templates
Merge pull request #12886 from MrMino/reformat_cd_magic_docs...
Merge pull request #12886 from MrMino/reformat_cd_magic_docs Reformat and improve the wording of %cd docstring

File last commit:

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