Proposal:
Add DefaultApplication.AllowArgsInFIle or something like that (name suggestions are welcome). If true
- extra text is printed in usage that subcommand and its arguments can be passed through a file
- if first argument starts with
@, treat the rest of the argument as a path to the file that contains command line arguments. There must be no other arguments besides @file.
This is needed on Windows where the command line length limit is low.
@maruel @vadimsht
Proposal:
Add
DefaultApplication.AllowArgsInFIleor something like that (name suggestions are welcome). Iftrue@, treat the rest of the argument as a path to the file that contains command line arguments. There must be no other arguments besides@file.This is needed on Windows where the command line length limit is low.
@maruel @vadimsht