Changed the configuration to follow the new sail command

This commit is contained in:
colin-mckibben-sp
2022-09-30 14:24:19 -04:00
parent ad6cb60227
commit b014ca0eec
4 changed files with 47 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ const (
func NewConnCmd(client client.Client) *cobra.Command {
conn := &cobra.Command{
Use: "connectors",
Short: "Manage Connectors",
Short: "Manage connectors",
Aliases: []string{"conn"},
Run: func(command *cobra.Command, args []string) {
_, _ = fmt.Fprintf(command.OutOrStdout(), command.UsageString())