Closed gabru-md closed 7 years ago
Seems like a good approach for a CLI but may need a few tweaks for a consistent style:
description
(e.g. listing with autopep8)?get_args()
be within scope of the if __name__ == '__main__':
since it's from the CLI?@minimaxir Okay it can be done.
get_args()
inside __name__ == "__main__"
.I've done the necessary changes but if still something is missing then forgive me XD
gabru-md
@minimaxir what happened sir?
This PR requires additional testing since it changes how the script is operated, so it may take a little more time to merge. I'll see what I can do today.
is the testing done master?
Currently busy with other things. No ETA on when this will be merged.
Merging this into a CLI branch for the time being. The core functionality is fine, but it will need a lot of fixing up before I merge into Master.
With reference to issue #45 CLI has been added to all the Python files.
Readme.md
has also been updated with the arguments required.Please see and merge if possible!
BTW: Thanks for creating this script ! <3