Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
preserve delete as alias to destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
lieut-data committed Sep 12, 2018
1 parent bda7dbb commit ab444d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ltops/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func init() {
destroyCluster.MarkFlagRequired("cluster")

destroyCluster.Flags().SortFlags = false
destroyCluster.Aliases = append(destroyCluster.Aliases, "delete")

rootCmd.AddCommand(destroyCluster)
}

0 comments on commit ab444d4

Please sign in to comment.