Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/inbox: Clearify "clear" behaviour
Matthias Beyer committed 9 months ago
commit a91d374fae62d8f2c9990538c86fa7072203a850
parent c3ed6601a4b48e16aa3cd5c50d04211e2b224a82
1 file changed +3 -2
modified crates/radicle-cli/src/commands/inbox.rs
@@ -32,7 +32,7 @@ Usage
    rad inbox [<option>...]
    rad inbox list [<option>...]
    rad inbox show <id> [<option>...]
-
    rad inbox clear [<option>...]
+
    rad inbox clear <id...> [<option>...]

    By default, this command lists all items in your inbox.
    If your working directory is a Radicle repository, it only shows item
@@ -42,7 +42,8 @@ Usage
    the `list` command) and displays the information related to that
    notification. This will mark the notification as read.

-
    The `rad inbox clear` command will delete all notifications in the inbox.
+
    The `rad inbox clear` command will delete all notifications by their passed id
+
    or all notifications if no ids were passed.

Options