Skip to content

Commit

Permalink
subcommands: Make wave->waves
Browse files Browse the repository at this point in the history
This makes it consistent with the other commands

Signed-off-by: Andy Doan <andy@foundries.io>
  • Loading branch information
doanac committed Mar 31, 2021
1 parent 7a64063 commit 4c121dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions subcommands/waves/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import (
var api *client.Api

var cmd = &cobra.Command{
Use: "wave",
Short: "Manage factory's waves",
Use: "waves",
Aliases: []string{"wave"},
Short: "Manage factory's waves",
PersistentPreRun: func(cmd *cobra.Command, args []string) {
api = subcommands.Login(cmd)
},
Expand Down

0 comments on commit 4c121dd

Please sign in to comment.