albatros/cmd/root.go
2023-05-03 10:52:34 +02:00

12 lines
241 B
Go

package cmd
import (
"github.com/spf13/cobra"
)
var RootCmd = &cobra.Command{
Use: "alba",
Short: "alba is a companion cli for albatros",
Long: `A companion CLI for your CI that handle its configuration and artifacts publishing`,
}