Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: lines had a default value of 60
Fintan Halpenny committed 6 months ago
commit fb0dcb40924da41f951a0bb4b03dd027ec6eeae4
parent 3f1340d0b3393a73557351df9a5fec6fc3238f0c
1 file changed +1 -1
modified crates/radicle-cli/src/commands/node/args.rs
@@ -173,7 +173,7 @@ pub(super) enum Command {
    /// Show the log
    Logs {
        /// Only show <COUNT> lines of the log
-
        #[arg(long)]
+
        #[arg(long, default_value_t = 60)]
        lines: usize,
    },