plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

Command line argument parser #54

Open Hrily opened 6 years ago

Hrily commented 6 years ago

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.