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

CLI: Replace clap by std::env::args parsing #17

Closed
Woomymy opened this issue Mar 26, 2021 · 0 comments · Fixed by #18
Closed

CLI: Replace clap by std::env::args parsing #17

Woomymy opened this issue Mar 26, 2021 · 0 comments · Fixed by #18

Comments

@Woomymy
Copy link
Owner

Woomymy commented Mar 26, 2021

Clap is really overkill for kelpdot: commands have no arguments, just a name. It can be replaced by args[0] to reduce bin size and compile time

Woomymy added a commit that referenced this issue Mar 26, 2021
Remove clap dependency (closes #17)
Woomymy pushed a commit that referenced this issue May 10, 2021
Remove clap dependency (closes #17)
Woomymy added a commit that referenced this issue Jan 7, 2023
Remove clap dependency (closes #17)
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.

1 participant