Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Bring back note about precedence for assignees
Lorenz Leutgeb committed 7 months ago
commit c938ce88582af6eefb86c19fe96265a08dba9c7f
parent dfe1884f4d47b40f7d290225bd4473c4fec6bb56
1 file changed +1 -1
modified crates/radicle-cli/src/commands/issue/args.rs
@@ -69,7 +69,7 @@ pub(crate) enum Command {
        #[arg(value_name = "ISSUE_ID")]
        id: Rev,

-
        /// Add an assignee (may be specified multiple times)
+
        /// Add an assignee (may be specified multiple times, takes precedence over `--delete`)
        #[arg(long, short)]
        #[arg(value_name = "DID")]
        #[arg(action = clap::ArgAction::Append)]