Main: Use FILE_PATH as the environment variable for positional path
This commit is contained in:
parent
6e95a55f11
commit
6bef09b8c0
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ impl Display for BranchType {
|
||||||
#[command(author, version, about, long_about = None)]
|
#[command(author, version, about, long_about = None)]
|
||||||
struct Arguments {
|
struct Arguments {
|
||||||
/// An optional path write generated output to
|
/// An optional path write generated output to
|
||||||
|
#[arg(env = "FILE_PATH")]
|
||||||
path: Option<String>,
|
path: Option<String>,
|
||||||
|
|
||||||
/// The number of characters to generate (not bytes)
|
/// The number of characters to generate (not bytes)
|
||||||
|
|
Loading…
Reference in a new issue