add tui command

This commit is contained in:
2026-02-21 20:22:21 +08:00
parent fbe6aec707
commit ce9af9f7d0
11 changed files with 1194 additions and 239 deletions

View File

@@ -14,6 +14,7 @@ func NewInitCmd() *cobra.Command {
cmd.AddCommand(NewInitDBCmd())
cmd.AddCommand(NewInitCfgCmd())
cmd.AddCommand(NewInitTuiCmd())
return cmd
}