Create a new instance of Main, and run the bones application given the command line args.
bones
# File lib/bones/app.rb, line 14 def self.run( args = nil ) args ||= ARGV.dup.map! { |v| v.dup } ::Bones::App::Main.new.run args end