Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Add default value for `--stdin`
✗ CI failure Erik Kundt committed 6 months ago
commit 07c8cd9ae17fd9fe5f0067864cf0bb3db1aa8026
parent 455ddd9cbdebc72eab7d532fcd31faf33146f0b2
2 failed (2 total) View logs
1 file changed +2 -2
modified crates/radicle-cli/src/commands/auth/args.rs
@@ -15,7 +15,7 @@ pub struct Args {
    #[arg(long, value_name = "STRING")]
    pub alias: Option<Alias>,

-
    /// Read passphrase from stdin (default: false)
-
    #[arg(long)]
+
    /// Read passphrase from stdin
+
    #[arg(long, default_value_t = false)]
    pub stdin: bool,
}