Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: remove unneccessary value_name
✗ CI failure Fintan Halpenny committed 6 months ago
commit 996b5ddb019ddda5b587ef126617ee24631ea840
parent b3462d724456c7d288c4a23b6be813d4b59897c1
1 failed (1 total) View logs
1 file changed +0 -1
modified crates/radicle-cli/src/commands/seed/args.rs
@@ -46,7 +46,6 @@ pub struct Args {
    /// Peer follow scope for this repository
    #[arg(
        long,
-
        value_name = "SCOPE",
        default_value_t = Scope::All,
        value_parser = terminal::args::ScopeParser
    )]