Skip to content

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