diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-30 14:14:59 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-30 15:24:29 +0100 |
| commit | 0848d57c7654d09c3041022c231dfbbbfac17600 (patch) | |
| tree | 7e1ee05dbc74ec5bbb2ee7a633e211c4fea9f8e8 /src/main.rs | |
| parent | 6f64c35e57789d5731a51b46eb98a46803f072f4 (diff) | |
refactor: add struct `RepoState`
to more easily access state details
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index add26f1..e833e4a 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -14,6 +14,7 @@ mod git; | |||
| 14 | mod key_handling; | 14 | mod key_handling; |
| 15 | mod login; | 15 | mod login; |
| 16 | mod repo_ref; | 16 | mod repo_ref; |
| 17 | mod repo_state; | ||
| 17 | mod sub_commands; | 18 | mod sub_commands; |
| 18 | 19 | ||
| 19 | #[tokio::main] | 20 | #[tokio::main] |