ThomasWaldmann / argparse

python argparse, pypi version (moved from google code)
Other
59 stars 18 forks source link

How to filepath location as command line argument #101

Closed ghost closed 6 years ago

ghost commented 6 years ago

C:\Python\POC>python tet.py -H host -U usr-P pss -L C:\pythond\POCd\test.sh how to do this? I need file path location as string in varibale

ThomasWaldmann commented 6 years ago

please consult the docs and also see the README to see what this repo is about.