lib/bebox/commands/general_commands.rb in bebox-0.0.1 vs lib/bebox/commands/general_commands.rb in bebox-0.1.0

- old
+ new

@@ -10,10 +10,9 @@ desc 'Create a new bebox project through a simple wizard' arg_name '[project_name]' command :new do |project_command| project_command.action do |global_options,options,args| if args.count > 0 - require 'bebox/wizards/project_wizard' Bebox::ProjectWizard.new.create_new_project("bebox-#{args.first}") else help_now!(error('You did not supply a project name')) end end \ No newline at end of file