Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Fix argument value names in `auth` and `init`
✗ CI failure Erik Kundt committed 6 months ago
commit 27a85987c31ed3002369dfdc434a74797d07d56d
parent 44efdc02f971164b53db6df6ce2c3bd4ab1b949d
2 failed (2 total) View logs
1 file changed +1 -1
modified crates/radicle-cli/src/commands/auth/args.rs
@@ -12,7 +12,7 @@ methods disables the passphrase prompt.
#[command(about = ABOUT, long_about = LONG_ABOUT, disable_version_flag = true)]
pub struct Args {
    /// When initializing an identity, sets the node alias
-
    #[arg(long, value_name = "STRING")]
+
    #[arg(long)]
    pub alias: Option<Alias>,

    /// Read passphrase from stdin