You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: