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

Change from clap to argh #179

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Change from clap to argh #179

merged 2 commits into from
Oct 28, 2024

Conversation

oylenshpeegul
Copy link
Contributor

@oylenshpeegul oylenshpeegul commented Oct 28, 2024

Weird enum of structs for subcommands makes everything repeated.
Ultra hack still needed; essentially the same.
Changed test_no_args to reflect argh usage statement.

fix #176

Tim Heaney added 2 commits October 28, 2024 13:35
cargo check --features clap/deprecated
cargo add clap -F help,usage,error-context,wrap_help

changed a bunch of occurrences of "clap" to "arg"
changed test_no_args to reflect output changes
Weird enum of structs for subcommands makes everything repeated.
Ultra hack still needed; essentially the same.
Changed test_no_args to reflect argh usage statement.
@oylenshpeegul
Copy link
Contributor Author

Oops, I should have mentioned issue #176

@untitaker
Copy link
Owner

Thanks, looks good!

@untitaker untitaker merged commit df88a08 into untitaker:main Oct 28, 2024
11 checks passed
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.

upgrade clap, or move away from it
2 participants