class Slideshow::Tool

Public Class Methods

new() click to toggle source
# File lib/slideshow/cli/main.rb, line 10
def initialize
  LogUtils::Logger.root.level = :info   # set logging level to info
end

Public Instance Methods

run( args ) click to toggle source
# File lib/slideshow/cli/main.rb, line 14
def run( args )
  puts SlideshowCli.banner
  Toolii.run( args )
end