Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: short instead of alias for `n`
Fintan Halpenny committed 6 months ago
commit 00966a49adee1bacddab4feed99b1d22fd6df3f5
parent 63c0b179282ca396eecf14d26b656dbaa4ce3678
1 file changed +1 -1
modified crates/radicle-cli/src/commands/node/args.rs
@@ -130,7 +130,7 @@ pub(super) enum Command {
        timeout: Option<u64>,

        /// Exit after <COUNT> events
-
        #[arg(long, alias = "n")]
+
        #[arg(long, short = 'n')]
        count: Option<usize>,
    },