WestheadJ / pysmb-file-sorter

A file sorter using pysmb
MIT License
0 stars 0 forks source link

FEAT: command line args #3

Open WestheadJ opened 1 month ago

WestheadJ commented 1 month ago

Proposed Idea

Have command line arguments for specific tasks, this could make it easier for running rather than going through the whole program procedures.

Example

pysmb.py {command} [arguments] pysmb.py -c 0.0.0.0 0.0.0.0

How To Implement

Using the python module sys the args can be extracted, if there are non carry the program on as usual

isaac238 commented 1 month ago

Check out https://docs.python.org/3/library/argparse.html