-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add argfile support #1693
Copy link
Copy link
Closed
Labels
A-parsingArea: Parser's logic and needs it changed somehow.Area: Parser's logic and needs it changed somehow.C-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementingStatus: Waiting on user-facing design to be resolved before implementing
Metadata
Metadata
Assignees
Labels
A-parsingArea: Parser's logic and needs it changed somehow.Area: Parser's logic and needs it changed somehow.C-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsS-waiting-on-designStatus: Waiting on user-facing design to be resolved before implementingStatus: Waiting on user-facing design to be resolved before implementing
Type
Fields
Give feedbackNo fields configured for issues without a type.
Maintainer's notes:
@fromfile_prefix_charsDescribe 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
Rust