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

Better command line argument parsing using decline #1650

Closed
YVbakker opened this issue Oct 19, 2024 · 1 comment
Closed

Better command line argument parsing using decline #1650

YVbakker opened this issue Oct 19, 2024 · 1 comment
Assignees
Labels
hacktoberfest Great issues to pick up for Hacktoberfest

Comments

@YVbakker
Copy link
Contributor

Summary

Currently the CLI arguments are only accepted in the format --key=value. Using a library such as (decline)[https://ben.kirw.in/decline] we can improve this.

Desired improvements:

  • Space-based separation of argument and value
  • Support for flags (boolean without value)
  • Support for shorthands (e.g.: --test can also be called using -t)
@YVbakker YVbakker added the hacktoberfest Great issues to pick up for Hacktoberfest label Oct 19, 2024
@YVbakker YVbakker self-assigned this Oct 19, 2024
@hugo-vrijswijk
Copy link
Member

Closed in #1711 and #1738

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Great issues to pick up for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants