# encoding: utf-8 require 'gli' require 'slideshow/cli/main_utils' include GLI::App program_desc 'Slide Show (S9) - a free web alternative to PowerPoint and Keynote in Ruby' version Slideshow::VERSION ## some setup code LogUtils::Logger.root.level = :info # set logging level to info logger = LogUtils::Logger.root opts = Slideshow::Opts.new config = Slideshow::Config.new( opts ) headers = Slideshow::Headers.new( config ) ## NB: needed for build - move into build - why? why not? config.load ## gets all merged in one paragraph - does not honor whitespace xxx_program_long_desc = <