Method: Slideshow.main
- Defined in:
- lib/slideshow.rb
.main ⇒ Object
def self.main_old
# allow env variable to set RUBYOPT-style default command line options
# e.g. -o slides -t <your_template_manifest_here>
= Env.
args = []
args += .split if
args += ARGV.dup
Runner.new.run(args)
end
48 49 50 |
# File 'lib/slideshow.rb', line 48 def self.main exit Tool.new.run(ARGV) end |