package commands import ( "sort" "github.com/spf13/cobra" ) type commandOptions struct { desc bool } func newCommandsCommand() *cobra.Command { env := newEnv() options := commandOptions{} cmd := &cobra.Command{ Use: "commands [