Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: these are formats not seeding scopes :)
Fintan Halpenny committed 6 months ago
commit aadffe62a07c0d15076839dd1e277e78fb2b0414
parent e084add64a182feb5ae0ac24f19b75cbc2093cc1
1 file changed +1 -1
modified crates/radicle-cli/src/commands/cob/args.rs
@@ -232,7 +232,7 @@ impl fmt::Display for Format {
}

#[derive(Debug, Error)]
-
#[error("invalid seeding scope: {0:?}")]
+
#[error("invalid format value: {0:?}")]
pub struct FormatParseError(String);

impl FromStr for Format {