browsix
browsix copied to clipboard
Command line argument parser
I saw that most of the command files have their own command line parser.
This increases code duplication.
Making the Command line Parser as a module or importing a pre-implemented library would be better. It will ensure code re-usability and easy scaling for future commands.
PS: If you like this proposal, I would like to take this up.