feat: Add support for setup-info command (#108)

* feat: Add support for setup-info command

* fix: Code review fixes

* fix: Add event log info
This commit is contained in:
Abhisek Datta
2026-01-11 19:25:13 +05:30
committed by GitHub
parent 11481c3f4c
commit c0122898ca
9 changed files with 228 additions and 6 deletions
+1
View File
@@ -27,6 +27,7 @@ func NewSetupCommand() *cobra.Command {
setupCmd.AddCommand(NewInstallCommand())
setupCmd.AddCommand(NewRemoveCommand())
setupCmd.AddCommand(NewInfoCommand())
return setupCmd
}