Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
fixup! cli/issue: Parse arguments with clap
Matthias Beyer committed 9 months ago
commit d6489b199b6b9bc45c917876990e884dd85ef45d
parent 62e4ff4e9ca9e0fa1641f72914bf50f59afcc628
1 file changed +1 -1
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -30,7 +30,7 @@ pub(crate) enum Assigned {
/// Commands and arguments for the `radicle issue` command
#[derive(Parser, Debug)]
pub struct Args {
-
    /// Set of subcommands for `radicle issue`.
+
    /// Subcommand for `radicle issue`
    #[command(subcommand)]
    pub(crate) command: Option<Commands>,