command_name
10 11 12 13 14 15 16
# File 'lib/jun/cli/commands/new.rb', line 10 def process(*args) if Jun.root puts "Already in a Jun app..." else generate_new_app(args.first) end end