Open
Description
Use the same command line parameters for similar functions (e.g. always --plugin
/ -p
for fixture import, export, export test, etc.).
Also use minimist
for main.js
to set the port and dev server.
And in the same PR, we could switch from the (done separately)colors
devDependency to chalk
as it's more versatile and less confusing (colors
vs. color
vs. color-names
).
Metadata
Metadata
Assignees
Labels
Affects the automated tests.Implementation is relatively straighforward.Easy to pick up for new contributors. Only little domain knowledge required.Good issue for users participating in the Hacktoberfest.More information/insights or implementation wanted from others.Nice-to-have / wishlist.Improves code quality.