class IRB::ExtendCommand::Continue

def execute(*args)

def execute(*args)
  super(do_cmds: ["continue", *args].join(" "))
end