Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve quit help text #528

Merged
merged 2 commits into from
Jan 6, 2019
Merged

Improve quit help text #528

merged 2 commits into from
Jan 6, 2019

Conversation

deivid-rodriguez
Copy link
Owner

  • The quit! variation does not use a space between quit and !.
  • Improve the help copy.

The `quit!` variation does not use a space between `quit` and `!`.
@deivid-rodriguez deivid-rodriguez merged commit 1a44676 into master Jan 6, 2019
@deivid-rodriguez deivid-rodriguez deleted the better_quit_help branch January 6, 2019 16:28
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Feb 25, 2019
## [11.0.0] - 2019-02-15

### Added

* [#377](deivid-rodriguez/byebug#377): `skip` to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example ([@tacnoman]).
* [#524](deivid-rodriguez/byebug#524): `continue!` (or `continue unconditionally`) to continue until the end of the program regardless of the currently enabled breakpoints ([@tacnoman]).

### Fixed

* [#527](deivid-rodriguez/byebug#527): `break` help text to clarify placeholders from literals.
* [#528](deivid-rodriguez/byebug#528): `quit!` help to not show a space between "quit" and "!".

### Removed

* Support for MRI 2.2. Byebug no longer installs on this platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant