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

Allow adapters to specify custom help text #120

Open
msrose opened this issue Dec 12, 2022 · 0 comments
Open

Allow adapters to specify custom help text #120

msrose opened this issue Dec 12, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@msrose
Copy link
Contributor

msrose commented Dec 12, 2022

e.g. when the user types

run-tests jest --help

The CLI should display some sort of help text from the adapter itself if specified, allowing each adapter to document any specifics of its behaviour.

One possibility to is to have adapters export a getHelpText function similar to executeTests.

@msrose msrose added the enhancement New feature or request label Dec 12, 2022
@msrose msrose added this to the 1.0.0 release milestone Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant