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

Consider using clap for argument parsing #81

Closed
uncenter opened this issue May 22, 2024 · 1 comment · Fixed by #84
Closed

Consider using clap for argument parsing #81

uncenter opened this issue May 22, 2024 · 1 comment · Fixed by #84

Comments

@uncenter
Copy link
Contributor

Have you considered using https://github.com/clap-rs/clap to manage the CLI parsing and help text and the like? I'd be happy to refactor and implement it if so, just want to be sure there is an interest in it. It would remove most of https://github.com/Ph0enixKM/Amber/blob/master/src/cli/ if not all, though I'm not sure if it might be considered "bloat" or too heavy for this project.

@Ph0enixKM
Copy link
Collaborator

That's a good idea. Less code to maintain = less worry. Especialy when the library is mature enough and well supported

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 a pull request may close this issue.

2 participants