Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Remove mentions of `radicle issue`
✗ CI failure Lorenz Leutgeb committed 7 months ago
commit 4740419b214d4bc4431e05acbd5d3b014fee5d5d
parent c938ce88582af6eefb86c19fe96265a08dba9c7f
1 failed 1 pending (2 total) View logs
1 file changed +3 -3
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -1,7 +1,7 @@
#![warn(missing_docs)]
#![warn(clippy::missing_docs_in_private_items)]

-
//! Argument parsing for the `radicle-issue` command
+
//! Argument parsing for the `rad issue` command.

use std::str::FromStr;

@@ -24,11 +24,11 @@ pub enum Assigned {
    Peer(Did),
}

-
/// Commands and arguments for the `radicle issue` command
+
/// Subcommands and arguments for the `rad issue` command
#[derive(Parser, Debug)]
#[command(disable_version_flag = true)]
pub struct Args {
-
    /// Subcommand for `radicle issue`
+
    /// Subcommand for `rad issue`
    #[command(subcommand)]
    pub(crate) command: Option<Command>,