/* Copyright © 2025 Jake jake.young.dev@gmail.com */ package command import ( "github.com/spf13/cobra" ) // CommandCmd is such a cool name lol var CommandCmd = &cobra.Command{ Use: "command", Example: "mctl command ", } func init() {}