diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-12-07 09:57:43 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-12-07 09:57:43 +0000 |
| commit | 82bf53ac3c18e15b75852a48b2e5b432c75a5c7f (patch) | |
| tree | 8f7ffb8d3ad11462fe87196ae61ad32446becedc /src/sub_commands/mod.rs | |
| parent | f811835ca768d6cbcef24f2873c43b51e63578ce (diff) | |
feat(pull) pull commits for checked out pr branch
- find pr event which matches branch name
- fetch and apply latest commits
Diffstat (limited to 'src/sub_commands/mod.rs')
| -rw-r--r-- | src/sub_commands/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/mod.rs b/src/sub_commands/mod.rs index 6e99ca5..12a7f0f 100644 --- a/src/sub_commands/mod.rs +++ b/src/sub_commands/mod.rs | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | pub mod claim; | 1 | pub mod claim; |
| 2 | pub mod login; | 2 | pub mod login; |
| 3 | pub mod prs; | 3 | pub mod prs; |
| 4 | pub mod pull; | ||