class Byebug::Runner

def non_script_option?


An option that doesn't need a script specified was given
def non_script_option?
  version || help || remote
end