diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-14 08:54:27 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-14 08:54:27 +0000 |
| commit | 62d7f2fb26f2843fa8f7ff8b988bac14e5f756e2 (patch) | |
| tree | a647093fbe3b84fad628345c7514496232f1cf77 /src/sub_commands | |
| parent | c0847f928c32adb0b4dfc3b73ee77fa3cdb5ec21 (diff) | |
feat!: move `claim` > `init`
this aligns with gitstr and is more intuative
the idea behind using claim to indicate that it is only for
maintainersto do is valid but its too confusing
Diffstat (limited to 'src/sub_commands')
| -rw-r--r-- | src/sub_commands/init.rs (renamed from src/sub_commands/claim.rs) | 0 | ||||
| -rw-r--r-- | src/sub_commands/mod.rs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/claim.rs b/src/sub_commands/init.rs index a95021d..a95021d 100644 --- a/src/sub_commands/claim.rs +++ b/src/sub_commands/init.rs | |||
diff --git a/src/sub_commands/mod.rs b/src/sub_commands/mod.rs index b16d50f..9f97b7e 100644 --- a/src/sub_commands/mod.rs +++ b/src/sub_commands/mod.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | pub mod claim; | 1 | pub mod init; |
| 2 | pub mod list; | 2 | pub mod list; |
| 3 | pub mod login; | 3 | pub mod login; |
| 4 | pub mod pull; | 4 | pub mod pull; |