Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: expose `rad fetch`
Slack Coder committed 3 years ago
commit dd7e3923b528d19deef76fdbbe7a43489af71a10
parent 9d244b221a167c1c2bacbd00ecefc1a44ecab552
1 file changed +8 -0
modified radicle-cli/src/main.rs
@@ -158,6 +158,14 @@ fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option<anyhow::Error>>
                args.to_vec(),
            );
        }
+
        "fetch" => {
+
            term::run_command_args::<rad_fetch::Options, _>(
+
                rad_fetch::HELP,
+
                "Fetch",
+
                rad_fetch::run,
+
                args.to_vec(),
+
            );
+
        }
        "help" => {
            term::run_command_args::<rad_help::Options, _>(
                rad_help::HELP,