From 82bf53ac3c18e15b75852a48b2e5b432c75a5c7f Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 7 Dec 2023 09:57:43 +0000 Subject: feat(pull) pull commits for checked out pr branch - find pr event which matches branch name - fetch and apply latest commits --- src/sub_commands/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sub_commands/mod.rs') 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 @@ pub mod claim; pub mod login; pub mod prs; +pub mod pull; -- cgit v1.2.3