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

Parse args from CLI with OptionParser.parse #162

Closed
nappex opened this issue Jan 21, 2023 · 2 comments · Fixed by #189
Closed

Parse args from CLI with OptionParser.parse #162

nappex opened this issue Jan 21, 2023 · 2 comments · Fixed by #189
Assignees

Comments

@nappex
Copy link
Collaborator

nappex commented Jan 21, 2023

Currently, we parse CLI args and options just with pattern matching #145. It will be nice if we parse args from CLI by built-in module OptionParse check official docs or tutorial - elixir school. This approach ensure to handle errors more elegant with help message and so on. Currently we get some ugly error. It is not very user friendly interface.

@Glutexo
Copy link
Owner

Glutexo commented Jan 23, 2023

I completely agree!

@nappex
Copy link
Collaborator Author

nappex commented Jun 2, 2023

Solve this before issue #182!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants