Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/inbox: Clearify "clear" behaviour
✗ CI failure Matthias Beyer committed 8 months ago
commit bcbc410d2d243feb1014f5d41907e81b8b3fa9f3
parent 0200e84aeaa2a507b6037875413ef37763f485d5
1 passed 1 failed (2 total) View logs
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