IO Arg
Conviniently accept either standard streams or file paths in CLI tools written in Rust as arguments.
Usage
use IoArg;
use Parser;
/// A command line tool taking a required input argument and an optional output argument.
Conviniently accept either standard streams or file paths in CLI tools written in Rust as arguments.
use IoArg;
use Parser;
/// A command line tool taking a required input argument and an optional output argument.