commands/generators/app.rb in rhoconnect-3.4.5 vs commands/generators/app.rb in rhoconnect-4.0.0.beta.10
- old
+ new
@@ -1,6 +1,6 @@
Execute.define_task do
- desc "app NAME", "Generates a new rhoconnect application."
- def app(name)
- Rhoconnect.run_cli(Dir.pwd, 'thorhoconnect', Rhoconnect::VERSION, ARGV)
+ desc "app NAME [options]", "Generate a new rhoconnect application"
+ def app(name,platform=nil)
+ Rhoconnect.run_cli(Dir.pwd, 'rhoconnect', Rhoconnect::VERSION, ARGV)
end #app
end #do
\ No newline at end of file