class Byebug::OptionSetter

def rc

def rc
  @opts.on '-x', '--[no-]rc', 'Run byebug initialization file' do |v|
    @runner.init_script = v
  end
end