proxy-checker icon indicating copy to clipboard operation
proxy-checker copied to clipboard

Make use of standard python library argparse for more cleaner and readable code

Open ghost opened this issue 4 years ago • 0 comments

argparse is awesome standard library for python that can automatically parse for you command line options and generate documentation in help menu. Using this library you can make your code more readable

ghost avatar Oct 09 '20 09:10 ghost