diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
| commit | c37ceaf1c3e4371f320798bf423719a9a6fe71fd (patch) | |
| tree | e202a3eccb05f7ca0734cb4130ce69c1076452f5 /src/sub_commands/mod.rs | |
| parent | 0753e0bcdd3d606f8f0226a3980bcd817117abaa (diff) | |
refactor(claim) add RepoRef struct
enable wider usage of repoistory reference details
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 6e99ca5..9e9f602 100644 --- a/src/sub_commands/mod.rs +++ b/src/sub_commands/mod.rs | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | pub mod claim; | 1 | pub mod claim; |
| 2 | pub mod login; | 2 | pub mod login; |
| 3 | pub mod prs; | 3 | pub mod prs; |
| 4 | pub mod repo_ref; | ||