From 113060833142faff75c3c5add3357a3cbd256e0c Mon Sep 17 00:00:00 2001 From: cloudhead Date: Wed, 7 Feb 2024 13:57:08 +0100 Subject: [PATCH] cli: Document `rad init --no-seed` --- radicle-cli/src/commands/init.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/radicle-cli/src/commands/init.rs b/radicle-cli/src/commands/init.rs index cda37d2c..20402ac6 100644 --- a/radicle-cli/src/commands/init.rs +++ b/radicle-cli/src/commands/init.rs @@ -46,6 +46,7 @@ Options -u, --set-upstream Setup the upstream of the default branch --setup-signing Setup the radicle key as a signing key for this repository --no-confirm Don't ask for confirmation during setup + --no-seed Don't seed this repository after initializing it -v, --verbose Verbose mode --help Print help "#,