Closed
Description
Maintainer's notes:
- Prior art:
Describe your use case
I've received requests (XAMPPRocky/tokei#437) to add argfile support to tokei
, it would be nice if this was provided in clap so that it can be shared and reused by all crates.
Argfiles aren't a specific standard, and there are varying levels of support. The best documentation I found on it was documentation on javac
's CLI.
Describe the solution you'd like
CLI
tokei @argfile
Rust
App::new("My Super Program").argfile(true)