bin/cbaoth in cbaoth-0.0.5 vs bin/cbaoth in cbaoth-0.0.6

- old
+ new

@@ -2,10 +2,11 @@ require 'cbaoth' require 'cbaoth/version' app_name = ARGV.first +flag = ARGV[1] || "" if app_name == '--help' puts puts "cbaoth v#{Cbaoth::VERSION}" puts 'Author: Curtis Ovard' @@ -19,7 +20,7 @@ puts puts "Then follow the instructions output to the consel after that and you are set. The instructions just tell you to cd into" puts "new app dir and run the respec and guard init commands." else gen = Cbaoth::Generator.new - gen.generate app_name + gen.generate app_name, flag end \ No newline at end of file