class Opal::CLI
def run
def run return show_sexp if @sexp @exit_status = runner.call( options: runner_options, output: output, argv: argv, builder: builder, ) end
def run return show_sexp if @sexp @exit_status = runner.call( options: runner_options, output: output, argv: argv, builder: builder, ) end