bb-cli: Use minimist
for arg parsing
#66
Labels
devops
Issues relating to CI/supporting tooling; e.g. yarn scripts, GitHub workflows
enhancement
New feature or request
optional
Issues that are not required to be completed before map release
Currently the Blockbench CLI plugin relies on a less than optimal strategy for parsing the arguments that it receives.
minimist
should likely be used, as is already used elsewhere for this purpose. This will need to be imported somehow.Reference: #64 (comment)
The text was updated successfully, but these errors were encountered: