flac icon indicating copy to clipboard operation
flac copied to clipboard

Replace docopt with clap

Open gardell opened this issue 4 months ago • 0 comments

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!

gardell avatar Jun 04 '25 19:06 gardell