cli: Add `inbox` to help output

This commit is contained in:
cloudhead 2024-03-26 13:13:14 +01:00
parent 9cdf0aa1fd
commit f01aac8828
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@ use crate::terminal::args::{Args, Error, Help};
pub const HELP: Help = Help { pub const HELP: Help = Help {
name: "clean", name: "clean",
description: "Clean a repository", description: "Remove all remotes from a repository",
version: env!("RADICLE_VERSION"), version: env!("RADICLE_VERSION"),
usage: r#" usage: r#"
Usage Usage

View File

@ -22,6 +22,7 @@ const COMMANDS: &[Help] = &[
rad_help::HELP, rad_help::HELP,
rad_id::HELP, rad_id::HELP,
rad_init::HELP, rad_init::HELP,
rad_inbox::HELP,
rad_inspect::HELP, rad_inspect::HELP,
rad_issue::HELP, rad_issue::HELP,
rad_ls::HELP, rad_ls::HELP,

View File

@ -24,7 +24,7 @@ use crate::terminal::args::{Args, Error, Help};
pub const HELP: Help = Help { pub const HELP: Help = Help {
name: "inbox", name: "inbox",
description: "Manage your Radicle notifications inbox", description: "Manage your Radicle notifications",
version: env!("RADICLE_VERSION"), version: env!("RADICLE_VERSION"),
usage: r#" usage: r#"
Usage Usage

View File

@ -28,7 +28,7 @@ use crate::terminal::Interactive;
pub const HELP: Help = Help { pub const HELP: Help = Help {
name: "init", name: "init",
description: "Initialize Radicle repositories", description: "Initialize a Radicle repository",
version: env!("RADICLE_VERSION"), version: env!("RADICLE_VERSION"),
usage: r#" usage: r#"
Usage Usage