Sha256: de22fb894ae57bd6e822ac47dd75d932f7ff4bc27e632e7ad29f9108df029b39
Contents?: true
Size: 391 Bytes
Versions: 13
Compression:
Stored size: 391 Bytes
Contents
desc 'Destroy your application' arg_name 'Describe arguments to destroy here' command :destroy do |c| c.desc "Force without confirmation" c.switch [:f, :force] c.desc 'New app name' c.arg_name 'APP_NAME' c.flag [:a, :app] c.action do |global_options,options,args| require 'pagoda/cli/helpers/app' Pagoda::Command::App.new(global_options,options,args).destroy end end
Version data entries
13 entries across 13 versions & 1 rubygems