Просмотр исходного кода

add more aliases for apps delete

Mohammed Nafees 4 лет назад
Родитель
Сommit
d846bed53b
1 измененных файлов с 1 добавлено и 1 удалено
  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) {