Skip to content

Commit

Permalink
Add rm alias for remove
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmcconnell committed Aug 28, 2024
1 parent 9fb83d0 commit 2508d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func newRemoveCommand() *removeCommand {
RunE: removeCommand.run,
Args: cobra.ExactArgs(1),
ValidArgs: []string{"service"},
Aliases: []string{"rm"},
}

return removeCommand
Expand Down

0 comments on commit 2508d11

Please sign in to comment.