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

fix: use up to date args parsing library (arg) #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mikaello
Copy link

@mikaello mikaello commented Apr 17, 2021

optimist is no longer maintained:

DEPRECATION NOTICE
I don't want to maintain this module anymore since I just use minimist, the argument parsing engine, directly instead nowadays.

Source: https://github.com/substack/node-optimist

arg seems like a good and lightweight substitute.

Possible breaking change: arg does not interpret = in -o=outfile.html as a separator, but rather a part of the filename: =outfile.html.

@mikaello mikaello force-pushed the fix-argument-parser-library-argv branch 2 times, most recently from ac138a7 to a0d770c Compare April 19, 2021 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant