]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
replace command 'init' with 'new-provider'
authorelijah <elijah@riseup.net>
Sun, 21 Oct 2012 20:59:57 +0000 (13:59 -0700)
committerelijah <elijah@riseup.net>
Sun, 21 Oct 2012 20:59:57 +0000 (13:59 -0700)
lib/leap_cli/commands/project.rb [moved from lib/leap_cli/commands/init.rb with 86% similarity]

similarity index 86%
rename from lib/leap_cli/commands/init.rb
rename to lib/leap_cli/commands/project.rb
index de43a45e3766e9414e31946dc017e492726f0473..8ec96257cec562ce2d776448dcf194372f38e547 100644 (file)
@@ -1,9 +1,10 @@
 module LeapCli
   module Commands
-    desc 'Creates a new provider configuration directory.'
+
+    desc 'Creates a new provider directory.'
     arg_name '<directory>'
     skips_pre
-    command :init do |c|
+    command :'new-provider' do |c|
       c.action do |global_options,options,args|
         directory = args.first
         unless directory && directory.any?