diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-15 17:14:09 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-15 17:18:36 +0100 |
| commit | 142fee58b0449b3fe3f436986339c318de66b33f (patch) | |
| tree | 61d4c78e4fed0024d426dd444424b58c36fecf5b /src/sub_commands/mod.rs | |
| parent | ba82a894fad645757c49242c11573b6c5dd8d1e6 (diff) | |
feat(fetch): fetch events and save to cache
enabler to add simplicity, efficency and offline
capability to other functions
improve repo announcement selection
Diffstat (limited to 'src/sub_commands/mod.rs')
| -rw-r--r-- | src/sub_commands/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/mod.rs b/src/sub_commands/mod.rs index 9f97b7e..29a60f9 100644 --- a/src/sub_commands/mod.rs +++ b/src/sub_commands/mod.rs | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | pub mod fetch; | ||
| 1 | pub mod init; | 2 | pub mod init; |
| 2 | pub mod list; | 3 | pub mod list; |
| 3 | pub mod login; | 4 | pub mod login; |