diff options
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 | ||