diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-21 11:14:47 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-21 11:14:47 +0000 |
| commit | 0067804cc00e94ce2b7043e67f9ff50968525479 (patch) | |
| tree | 2accdc6d4e9b73df4f20499238ec24f24a52a1b8 /src/funcs/mod.rs | |
| parent | 5c5feaa732363e32e2a980a887fa42b4394b1a5e (diff) | |
v0.0.1-alpha funcs
Diffstat (limited to 'src/funcs/mod.rs')
| -rw-r--r-- | src/funcs/mod.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/funcs/mod.rs b/src/funcs/mod.rs new file mode 100644 index 0000000..4d93921 --- /dev/null +++ b/src/funcs/mod.rs | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | pub mod apply_patches; | ||
| 2 | pub mod checkout_branch; | ||
| 3 | pub mod create_branch_and_pr; | ||
| 4 | pub mod create_local_branch_from_user_input; | ||
| 5 | pub mod create_patches; | ||
| 6 | pub mod find_commits_ahead; | ||
| 7 | pub mod find_latest_patch; | ||
| 8 | pub mod find_select_recent_repos; | ||
| 9 | pub mod get_branch_event_from_user_input; | ||
| 10 | pub mod get_updates_of_patches; \ No newline at end of file | ||