Add "kill" as a "destroy" SuggestFor

Per @ericr's suggestion:
59de933445 (commitcomment-25593386)
This commit is contained in:
joeduffy 2017-11-13 17:26:29 -08:00
parent e429c7523e
commit d39be9e55b

View file

@ -18,7 +18,7 @@ func newDestroyCmd() *cobra.Command {
var yes bool
var cmd = &cobra.Command{
Use: "destroy",
SuggestFor: []string{"delete", "down", "remove", "rm", "stop"},
SuggestFor: []string{"delete", "down", "kill", "remove", "rm", "stop"},
Short: "Destroy an existing stack and its resources",
Long: "Destroy an existing stack and its resources\n" +
"\n" +