diff --git a/radicle-cli/src/commands/inbox.rs b/radicle-cli/src/commands/inbox.rs index 620584c0..ad314ef9 100644 --- a/radicle-cli/src/commands/inbox.rs +++ b/radicle-cli/src/commands/inbox.rs @@ -29,12 +29,19 @@ Usage rad inbox [...] rad inbox list [...] + rad inbox show [...] rad inbox clear [...] 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