Main: Use FILE_PATH as the environment variable for positional path

This commit is contained in:
networkException 2023-11-09 23:13:26 +01:00
parent 6e95a55f11
commit 6bef09b8c0
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -76,6 +76,7 @@ impl Display for BranchType {
#[command(author, version, about, long_about = None)]
struct Arguments {
/// An optional path write generated output to
#[arg(env = "FILE_PATH")]
path: Option<String>,
/// The number of characters to generate (not bytes)