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

Commit

Permalink
Add rad-pull to core tools
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Sellier <self@cloudhead.io>
  • Loading branch information
cloudhead committed Feb 23, 2022
1 parent 26f3004 commit daacae2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions help/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ rad-account = { path = "../account" }
rad-checkout = { path = "../checkout" }
rad-remote = { path = "../remote" }
rad-push = { path = "../push" }
rad-pull = { path = "../pull" }
rad-sync = { path = "../sync" }
rad-ens = { path = "../ens" }
1 change: 1 addition & 0 deletions help/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const COMMANDS: &[Help] = &[
rad_ls::HELP,
rad_remote::HELP,
rad_push::HELP,
rad_pull::HELP,
rad_checkout::HELP,
rad_track::HELP,
rad_untrack::HELP,
Expand Down

0 comments on commit daacae2

Please sign in to comment.