Registry / cli / argfile

argfile

JSON →
library1.0.0rscratesunverified

Load additional CLI arguments from a file.

# Cargo.toml [dependencies] argfile = "1.0.0"
INSTALL
IMPORT
SIG · ARGFILE
A
argfile
clirustv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

expand_args_from_file
use argfile::expand_args_from_file;

Expands CLI arguments by loading additional args from a file.

use argfile::expand_args_from_file; fn main() { let args = expand_args_from_file(std::env::args()).unwrap(); println!("{:?}", args); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
argfile — cargo add argfile · libregistry