Method: Megam::App#run
- Defined in:
- lib/megam/app.rb
#run ⇒ Object
Run the “birr app”. Let it roam and stay by our side.[Go birr..Does it remind of the Hutch adv.]. The first thing run does is it parses the options. Once the first level of parsing is done, ie the help, no_command, sub_command entry is verified it proceeds to call Megam_Birr with the user entered options and arguments (ARGV)
102 103 104 105 106 107 |
# File 'lib/megam/app.rb', line 102 def run Mixlib::Log::Formatter.show_time = false Megam::Birr.new.run(@named_args, config) exit 0 end |