Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit daacae2

Browse files
committed
Add rad-pull to core tools
Signed-off-by: Alexis Sellier <[email protected]>
1 parent 26f3004 commit daacae2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

help/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ rad-account = { path = "../account" }
2626
rad-checkout = { path = "../checkout" }
2727
rad-remote = { path = "../remote" }
2828
rad-push = { path = "../push" }
29+
rad-pull = { path = "../pull" }
2930
rad-sync = { path = "../sync" }
3031
rad-ens = { path = "../ens" }

help/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const COMMANDS: &[Help] = &[
2020
rad_ls::HELP,
2121
rad_remote::HELP,
2222
rad_push::HELP,
23+
rad_pull::HELP,
2324
rad_checkout::HELP,
2425
rad_track::HELP,
2526
rad_untrack::HELP,

0 commit comments

Comments
 (0)