Module: Bales

Defined in:
lib/bales.rb,
lib/bales/command.rb,
lib/bales/version.rb,
lib/bales/application.rb

Overview

Base class for Bales apps. Your command-line program should create a subclass of this, then call said subclass’ #parse_and_run instance method, like so:

class MyApp::Application < Bales::Application
  # insert customizations here
end

MyApp::Application.parse_and_run

Defined Under Namespace

Classes: Application, Command

Constant Summary collapse

VERSION =
"0.1.3"