mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
Use DirPath for output of rage-keygen as overwriting is not allowed
This commit is contained in:
parent
26ebfbfc88
commit
5eb44a157e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ pub(crate) struct AgeOptions {
|
|||
#[arg(short, long)]
|
||||
#[arg(value_name = fl!("output"))]
|
||||
#[arg(help = fl!("keygen-help-flag-output"))]
|
||||
#[arg(value_hint = ValueHint::AnyPath)]
|
||||
#[arg(value_hint = ValueHint::DirPath)]
|
||||
pub(crate) output: Option<String>,
|
||||
|
||||
#[arg(short = 'y')]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue