diff --git a/radicle-cli/src/main.rs b/radicle-cli/src/main.rs index 51ffa21a..6423cffc 100644 --- a/radicle-cli/src/main.rs +++ b/radicle-cli/src/main.rs @@ -158,6 +158,14 @@ fn run_other(exe: &str, args: &[OsString]) -> Result<(), Option> args.to_vec(), ); } + "fetch" => { + term::run_command_args::( + rad_fetch::HELP, + "Fetch", + rad_fetch::run, + args.to_vec(), + ); + } "help" => { term::run_command_args::( rad_help::HELP,