Structs§
- Expander 🔒
- Expands argfiles in command line arguments.
Enums§
- Error 🔒
Functions§
- arg_
expand_ all - Replaces any
@file
arguments with the contents offile
, with each line offile
as a separate argument. - raw_
args - Gets the raw unprocessed command-line arguments as Unicode strings, without doing any further
processing (e.g., without
@file
expansion).