byebug: 退出时不确认

byebug: Don't confirm on quit

有没有办法配置 byebug 以便在发出 quit 命令时 在退出前要求确认?

(byebug) quit
Really quit? (y/n)

来自guide

If you want to quit without being prompted, suffix the command with an exclamation mark, e.g., q!.