A full featured, fast Command Line Argument Parser for Rust
rust
command-line
argument-parsing
subcommands
command-line-parser
positional-arguments
parsed-arguments
-
Updated
Sep 17, 2020 - Rust


Hi,
Will it be possible to add support for optional configuration files, the same general idea as ConfigArgParse: https://github.com/bw2/ConfigArgParse
The idea is to be able to pass a file path as an argument and some additional arguments.
the logic should be to first parse the config file and then parse the rest of the arguments.
Thank you!