flac
flac copied to clipboard
Replace docopt with clap
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!