diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-01 00:00:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-10-01 00:00:00 +0100 |
| commit | 000901c0cbca8464b5a89bcc93c5474f6564bafd (patch) | |
| tree | 0ae11836c173ec6246e8b1eab7dc1e265e125426 /src/main.rs | |
| parent | b9a88672b8734448615354e3f46748d2fdc2f647 (diff) | |
feat(prs-create) send to multiple relays
add tests but these currently don't work when run together
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)] |