Skip to content

Replace docopt with clap #15

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gardell
Copy link

@gardell gardell commented Jun 4, 2025

The examples did not compile for me using rust 1.87.0 due to RustcDecodable not being available anymore. So I took the liberty of replacing docopt as the crate for command line parsing with clap.

clap has some nice features like auto generating documentation, handling of subcommands etc. However, the command line arguments have changed slightly.

Let me know what you think!

`RustcDecodable` is not available anymore. This replaces `docopt`
as the crate for command line parsing with `clap`.
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.

1 participant