From 000901c0cbca8464b5a89bcc93c5474f6564bafd Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Sun, 1 Oct 2023 00:00:00 +0100 Subject: feat(prs-create) send to multiple relays add tests but these currently don't work when run together --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.rs') 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 { /// password to decrypt nsec #[arg(short, long, global = true)] password: Option, + /// disable spinner animations + #[arg(long, action)] + disable_cli_spinners: bool, } #[derive(Subcommand)] -- cgit v1.2.3