diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-21 11:27:04 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-21 11:27:04 +0000 |
| commit | 318e467b158b158cf9eb843318dc14141d1b8c54 (patch) | |
| tree | 46ec99fccfac487b1ff2dd29d3b01fb970fcb88d /src/sub_commands/mod.rs | |
| parent | 2ce71c5434fb7245aad4d070e08bbf6792d79b4d (diff) | |
main and remaining subcommands
Diffstat (limited to 'src/sub_commands/mod.rs')
| -rw-r--r-- | src/sub_commands/mod.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sub_commands/mod.rs b/src/sub_commands/mod.rs new file mode 100644 index 0000000..280f959 --- /dev/null +++ b/src/sub_commands/mod.rs | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | pub mod clone; | ||
| 2 | pub mod init; | ||
| 3 | pub mod pull; | ||
| 4 | pub mod push; | ||
| 5 | pub mod prs; | ||
| 6 | pub mod fetch; | ||
| 7 | pub mod merge; | ||
| 8 | pub mod rebroadcast; | ||
| 9 | pub mod change_user; | ||