deduplicate termstatus setup

This commit is contained in:
Michael Eischer
2025-09-14 17:21:30 +02:00
parent 1ae2d08d1b
commit 3410808dcf
68 changed files with 335 additions and 450 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ package main
import "github.com/spf13/cobra"
func registerDebugCommand(_ *cobra.Command) {
func registerDebugCommand(_ *cobra.Command, _ *GlobalOptions) {
// No commands to register in non-debug mode
}