Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): display suggestions on error (#3216)
Example: ``` stryker run --concurency 1 error: unknown option '--concurency' (Did you mean --concurrency?) ``` Thanks to [`showSuggestionAfterError`](tj/commander.js#1590)
- Loading branch information