diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9c37aa7..5c8518b 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -24,6 +24,9 @@ pub struct Cli { | |||
| 24 | /// password to decrypt nsec | 24 | /// password to decrypt nsec |
| 25 | #[arg(short, long, global = true)] | 25 | #[arg(short, long, global = true)] |
| 26 | password: Option<String>, | 26 | password: Option<String>, |
| 27 | /// disable spinner animations | ||
| 28 | #[arg(long, action)] | ||
| 29 | disable_cli_spinners: bool, | ||
| 27 | } | 30 | } |
| 28 | 31 | ||
| 29 | #[derive(Subcommand)] | 32 | #[derive(Subcommand)] |