Hey @goenning, I've added commander.js and picocolors to make adding commands and colors easier in the future.
Why did I change it?
This will be much better than the complicated parseCommandLineArgs, and we'll also have access to other useful commands like gis -v or gis -h to help users debug their problems.
It will also ensure that if someone uses this package as an api in their application, the arguments they put in for their application won't be mixed up with those from gis.
What did I change?
Hey @goenning, I've added commander.js and picocolors to make adding commands and colors easier in the future.
Why did I change it?
This will be much better than the complicated
parseCommandLineArgs
, and we'll also have access to other useful commands likegis -v
orgis -h
to help users debug their problems.It will also ensure that if someone uses this package as an api in their application, the arguments they put in for their application won't be mixed up with those from
gis
.Preview