Added full bubbletea TUI
Release / release (push) Has been cancelled

This commit is contained in:
2026-05-14 01:09:45 +00:00
parent d6f65c58f6
commit 1b14a3ed33
10 changed files with 1757 additions and 6 deletions
+1
View File
@@ -25,5 +25,6 @@ func NewRootCommand(version string) *cobra.Command {
addAlertCmd(root)
addTrustCmd(root)
addStatusCmd(root)
addTUICmd(root)
return root
}