package status import "github.com/spf13/cobra" func CobraRunE(cmd *cobra.Command, args []string) error { return nil }