Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Consistently refer to (sub-)commands
Lorenz Leutgeb committed 6 months ago
commit ba0eee99e2637569de835c69b435112a0d257293
parent 0dd223963df9c29c47c7d9e0e49d87a06aae0d5b
1 file changed +3 -3
modified crates/radicle-cli/src/commands/inbox/args.rs
@@ -10,11 +10,11 @@ By default, this command lists all items in your inbox.
If your working directory is a Radicle repository, it only shows items
belonging to this repository, unless `--all` is used.

-
The `rad inbox show` command takes a notification ID (which can be found in
-
the output of the `list` command) and displays the information related to that
+
The `show` subcommand takes a notification ID (which can be found in
+
the output of the `list` subcommand) and displays the information related to that
notification. This will mark the notification as read.

-
The `rad inbox clear` command will delete all notifications by their passed ID
+
The `clear` subcommand will delete all notifications by their passed ID
or all notifications if no IDs were passed.
"#;