Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: document `rad inbox` further
Fintan Halpenny committed 2 years ago
commit 50833d88d9ce10f1f056598148a010e28d03278f
parent b6e1385e39e3d454fbe16088207f5a027742a11b
1 file changed +7 -0
modified radicle-cli/src/commands/inbox.rs
@@ -29,12 +29,19 @@ Usage

    rad inbox [<option>...]
    rad inbox list [<option>...]
+
    rad inbox show <id> [<option>...]
    rad inbox clear [<option>...]

    By default, this command lists all items in your inbox.
    If your working directory is a Radicle repository, it only shows item
    belonging to this repository, unless `--all` is used.

+
    The `rad inbox show` command takes a notification ID (which can be found in
+
    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.
+

Options

    --all                Operate on all repositories