Selaa lähdekoodia

add more aliases for apps delete

Mohammed Nafees 4 vuotta sitten
vanhempi
sitoutus
d846bed53b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      cli/cmd/delete.go

+ 1 - 1
cli/cmd/delete.go

@@ -42,7 +42,7 @@ deleting a configuration:
 // deleteAppsCmd represents the "porter delete apps" subcommand
 var deleteAppsCmd = &cobra.Command{
 	Use:     "apps",
-	Aliases: []string{"app"},
+	Aliases: []string{"app", "applications", "application"},
 	Short:   "Deletes an existing app",
 	Args:    cobra.ExactArgs(1),
 	Run: func(cmd *cobra.Command, args []string) {