diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-04 08:04:48 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-04 13:30:59 +0100 |
| commit | 949c6459aa7683453a7160423b689ceadb08954b (patch) | |
| tree | 230c26ecb11b99916e5570e548673eb09ecf0a36 /src/sub_commands/mod.rs | |
| parent | a825311f2c55661aaab3a163bda9109295c96044 (diff) | |
refactor: organise into lib and bin structure
the make the code more readable
this commit just moves the files, the next commit should fix the imports
Diffstat (limited to 'src/sub_commands/mod.rs')
| -rw-r--r-- | src/sub_commands/mod.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sub_commands/mod.rs b/src/sub_commands/mod.rs deleted file mode 100644 index 29a60f9..0000000 --- a/src/sub_commands/mod.rs +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | pub mod fetch; | ||
| 2 | pub mod init; | ||
| 3 | pub mod list; | ||
| 4 | pub mod login; | ||
| 5 | pub mod pull; | ||
| 6 | pub mod push; | ||
| 7 | pub mod send; | ||