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 | 0753e0bcdd3d606f8f0226a3980bcd817117abaa (patch) | |
| tree | 8eab6115e2840cbf1c16de441e1168e3fdf18eb8 /src/sub_commands/mod.rs | |
| parent | 1b740dd135aafb52b94b710b3ae24e4aaaa99632 (diff) | |
feat(claim) create basic event
replacable event with root-commit, name, description and relay tags
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 3c3da1d..6e99ca5 100644 --- a/src/sub_commands/mod.rs +++ b/src/sub_commands/mod.rs | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | pub mod claim; | ||
| 1 | pub mod login; | 2 | pub mod login; |
| 2 | pub mod prs; | 3 | pub mod prs; |