From 62d7f2fb26f2843fa8f7ff8b988bac14e5f756e2 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 14 Feb 2024 08:54:27 +0000 Subject: 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 --- src/sub_commands/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands/mod.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 @@ -pub mod claim; +pub mod init; pub mod list; pub mod login; pub mod pull; -- cgit v1.2.3