module NHKore
@author Jonathan Bradley Whited @since 0.1.0
Constants
- VERSION
Public Class Methods
run(args=ARGV)
click to toggle source
@since 0.2.0
# File lib/nhkore.rb, line 35 def self.run(args=ARGV) app = App.new(args) begin app.run rescue CLIError => e puts "Error: #{e}" exit 1 end end