Class Mercenary::Program
In: lib/mercenary/program.rb
Parent: Command

Methods

go   new  

Attributes

config  [R] 
optparse  [R] 

Public Class methods

Public: Creates a new Program

name - the name of the program

Returns nothing

Public Instance methods

Public: Run the program

argv - an array of string args (usually ARGV)

Returns nothing

[Validate]