feat: rename new command to init

This commit is contained in:
Rogee
2024-12-19 14:25:13 +08:00
parent 0660dbed0e
commit ab9e8ed8b4
2 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ func main() {
}
cmds := []func(*cobra.Command){
cmd.CommandNew,
cmd.CommandInit,
cmd.CommandMigrate,
}