0
0
forked from toolshed/abra
abra/cli/app/app.go

12 lines
174 B
Go

package app
import (
"github.com/spf13/cobra"
)
var AppCommand = &cobra.Command{
Use: "app [cmd] [args] [flags]",
Aliases: []string{"a"},
Short: "Manage apps",
}