Skip to content

Commit

Permalink
feat(update-aqua): add an alias upa to the command update-aqua (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Oct 16, 2023
1 parent 4afbe99 commit 8cd8810
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/cli/update_aqua.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import (

func (r *Runner) newUpdateAquaCommand() *cli.Command {
return &cli.Command{
Name: "update-aqua",
Name: "update-aqua",
Aliases: []string{
"upa",
},
Usage: "Update aqua",
Description: `Update aqua.
Expand Down

0 comments on commit 8cd8810

Please sign in to comment.