Sha256: 9c9b0777d68fa08d624da87bc77245d6d429b0f93a4460d481d6371c1e33b385
Contents?: true
Size: 408 Bytes
Versions: 13
Compression:
Stored size: 408 Bytes
Contents
# desc 'Rename your application' # command :rename do |c| # c.desc 'New name to apply to application' # c.arg_name 'APP_NAME' # c.flag [:n, :new] # c.desc 'Old name of application' # c.arg_name 'APP_NAME' # c.flag [:o, :old] # c.action do |global_options,options,args| # require 'pagoda/cli/helpers/app' # Pagoda::Command::App.new(global_options,options,args).rename # end # end
Version data entries
13 entries across 13 versions & 1 rubygems