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

Migrate option parser to Argu #50

Merged
merged 4 commits into from
May 8, 2021
Merged

Migrate option parser to Argu #50

merged 4 commits into from
May 8, 2021

Conversation

laurentlb
Copy link
Owner

The code was using an obsolete and undocumented option parser. Argu is much more advanced and maintained.

https://github.com/fsprojects/Argu/

This will also make the code easier to test, as checker can now call the option parser.

The code was using an obsolete and undocumented option parser. Argu is much more advanced and maintained.

https://github.com/fsprojects/Argu/

This will also make the code easier to test, as checker can now call the option parser.
It looks like the CI didn't like the syntax
@laurentlb laurentlb merged commit bcd306a into master May 8, 2021
@laurentlb laurentlb deleted the args branch May 8, 2021 15:21
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.

None yet

2 participants