16 17 18 19 20
# File 'lib/caseconv/app.rb', line 16 def main(args) Caseconv::Cli.start(args) rescue StandardError => e STDERR.puts(e.message) end