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/git_remote_helper.rs | |
| parent | 6f64c35e57789d5731a51b46eb98a46803f072f4 (diff) | |
refactor: add struct `RepoState`
to more easily access state details
Diffstat (limited to 'src/git_remote_helper.rs')
| -rw-r--r-- | src/git_remote_helper.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git_remote_helper.rs b/src/git_remote_helper.rs index 44f7fb5..ba8ab61 100644 --- a/src/git_remote_helper.rs +++ b/src/git_remote_helper.rs | |||
| @@ -37,6 +37,7 @@ mod git; | |||
| 37 | mod key_handling; | 37 | mod key_handling; |
| 38 | mod login; | 38 | mod login; |
| 39 | mod repo_ref; | 39 | mod repo_ref; |
| 40 | mod repo_state; | ||
| 40 | mod sub_commands; | 41 | mod sub_commands; |
| 41 | 42 | ||
| 42 | #[tokio::main] | 43 | #[tokio::main] |