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 bddf62d30d4ad2643cd7e7f7424a8e9cf4a8c1d7
parent 506849c202d80f17369e7e516ef2f7cf13705e40
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