Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Hints system
cloudhead committed 2 years ago
commit 985c37f5fcfef98aea5108c42d197ff0e5e2d59b
parent d894a8b68b3037dadf84483711fe06f2f340db6c
1 file changed +2 -0
modified radicle-httpd/src/test.rs
@@ -11,6 +11,7 @@ use serde_json::Value;
use time::OffsetDateTime;
use tower::ServiceExt;

+
use radicle::cli;
use radicle::cob::issue::Issues;
use radicle::cob::patch::{MergeTarget, Patches};
use radicle::crypto::ssh::keystore::MemorySigner;
@@ -70,6 +71,7 @@ pub fn profile(home: &Path, seed: [u8; 32]) -> radicle::Profile {
        public_key: keypair.pk.into(),
        config: profile::Config {
            node: node::Config::new(alias),
+
            cli: cli::Config::default(),
        },
    }
}