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

Replace argparse with minimist #327

Closed
wants to merge 2 commits into from

Conversation

jdalegonzalez
Copy link

Replaces the old argparse with a parser based on minimist. Only the argument parsing features used by remarkable were implemented - there are things argparse can do that the replacement can't.

Fixes the security problem with the old argparse that the argparse team is uninterested in patching.

@jdalegonzalez
Copy link
Author

@jonschlinkert Is there something else I need to do in order for this PR to be approved?

@TrySound
Copy link
Collaborator

TrySound commented Jul 23, 2019

We upgraded argparse. So this is not very relevant for now. We will probably reconsider the library for CLI later. Thanks

@TrySound TrySound closed this Jul 23, 2019
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.

2 participants