Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Improve description of `rad node events`
Lorenz Leutgeb committed 6 months ago
commit f9610e402e00b7db3ff1d5eaa3ce24d2db359603
parent 059179780f00c8db69a4900500d1f0414acde36c
1 file changed +6 -1
modified crates/radicle-cli/src/commands/node/args.rs
@@ -123,7 +123,12 @@ pub(super) enum Command {
        args: Vec<OsString>,
    },

-
    /// Watches and show events
+
    /// Watch and print events.
+
    /// 
+
    /// This command will connect to the node and print events to
+
    /// standard output as they occur.
+
    /// 
+
    /// If no timeout or count is specified, it will run indefinitely.
    Events {
        /// How long to wait to receive an event before giving up
        #[arg(long, value_name = "SECS")]