Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bb-cli: Use minimist for arg parsing #66

Open
aidant19 opened this issue Jan 11, 2024 · 1 comment
Open

bb-cli: Use minimist for arg parsing #66

aidant19 opened this issue Jan 11, 2024 · 1 comment
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

Comments

@aidant19
Copy link
Collaborator

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)

@aidant19 aidant19 added devops Issues relating to CI/supporting tooling; e.g. yarn scripts, GitHub workflows optional Issues that are not required to be completed before map release enhancement New feature or request labels Jan 11, 2024
@TheAfroOfDoom
Copy link
Owner

TheAfroOfDoom commented Feb 12, 2024

i think this would need something like webpack in order to work. tbh a lot more work than is worth doing

edit: or babel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants