Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Add `--verbose` flag to `init`
Alexis Sellier committed 3 years ago
commit 1535149dd09e582339396f23882a09922401cff1
parent 5b6ccaf7dc8f7ab22c3cb2b5180df0854ea6e74e
1 file changed +1 -0
modified radicle-httpd/src/test.rs
@@ -97,6 +97,7 @@ pub fn seed(dir: &Path) -> Context {
            set_upstream: false,
            announce: false,
            track: false,
+
            verbose: false,
        },
        &profile,
    )