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

Show watcher help menu when "h" key is pressed #22

Merged
merged 1 commit into from Feb 27, 2024
Merged

Conversation

mattbrictson
Copy link
Owner

Pressing "h" while the watch command is running will now display this help message and menu:

`mt --watch` is watching file system activity and will automatically run
test files when they are added or modified. If you modify a source file,
mt will find and run the corresponding tests.

You can also trigger test runs with the following interactive commands.

> Press Enter to run all tests.
> Press "a" to run all tests, including slow tests.
> Press "d" to run tests for files diffed or added since the last git commit.
> Press "h" to show this help menu.
> Press "q" to quit.

@mattbrictson mattbrictson added the ✨ Feature Adds a new feature label Feb 27, 2024
@mattbrictson mattbrictson merged commit 2ba2a19 into main Feb 27, 2024
6 checks passed
@mattbrictson mattbrictson deleted the help-menu branch February 27, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature Adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant