14 15 16 17
# File 'lib/robotkit/cli.rb', line 14 def create(output_dir) puts output_dir Robotkit.exec(options.merge({output_dir: output_dir})) end