瀏覽代碼

add more aliases for apps delete

Mohammed Nafees 4 年之前
父節點
當前提交
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) {