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

introduce SessionCommand #793

Merged
merged 1 commit into from
Nov 4, 2022
Merged

introduce SessionCommand #793

merged 1 commit into from
Nov 4, 2022

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Nov 3, 2022

SessionCommand class represents the session commands attributes.

  • repeat: repeat on empty command.
  • cancel_auto_continue: cancel auto continue on source.
  • postmortem: available on postmortem mode.
  • unsafe: unsafe command (not supported).

Now only a few commands such as step, next, ... are
repeatable.

Maybe it fixes #764

SessionCommand class represents the session commands attributes.

* repeat: repeat on empty command.
* cancel_auto_continue: cancel auto continue on `source`.
* postmortem: available on postmortem mode.
* unsafe: unsafe command (not supported).

Now only a few commands such as `step`, `next`, ... are
`repeat`able.

Maybe it fixes #764
@ko1 ko1 marked this pull request as ready for review November 4, 2022 09:07
@ko1 ko1 merged commit a402e73 into master Nov 4, 2022
@ko1 ko1 deleted the sessioncommand branch November 4, 2022 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

What about adding an option to disable command repeat (on Enter key)?
1 participant