Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: we've used "cwd" elsewhere
Fintan Halpenny committed 6 months ago
commit 0ffcc760787e878b5b38a394b0fc09861fc889a0
parent d80f70d03cf98a9a183fa786b114bd15497d4fea
1 file changed +1 -1
modified crates/radicle-cli/src/commands/inbox/args.rs
@@ -24,7 +24,7 @@ pub struct Args {
    #[command(subcommand)]
    pub(crate) command: Option<Command>,

-
    /// Operate on a given repository [default: current working directory]
+
    /// Operate on a given repository [default: cwd]
    #[arg(value_name = "RID")]
    #[arg(long)]
    #[clap(global = true)]