ficsit-cli-flake/cmd/installation/root.go

11 lines
144 B
Go
Raw Permalink Normal View History

2022-06-08 20:56:32 +00:00
package installation
import (
"github.com/spf13/cobra"
)
var Cmd = &cobra.Command{
Use: "installation",
Short: "Manage installations",
}