byebug --version (return code: 0)
Running byebug 5.0.0
byebug --HELP (return code: 0)
byebug 5.0.0
Usage: byebug [options] <script.rb> -- <script.rb parameters>
-d, --debug Set $DEBUG=true
-I, --include list Add to paths to $LOAD_PATH
-m, --[no-]post-mortem Use post-mortem mode
-q, --[no-]quit Quit when script finishes
-x, --[no-]rc Run byebug initialization file
-s, --[no-]stop Stop when script is loaded
-r, --require file Require library before script
-R, --remote [host:]port Remote debug [host:]port
-t, --[no-]trace Turn on line tracing
-v, --version Print program version
-h, --help Display this message