We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9223174 commit 7ffd852Copy full SHA for 7ffd852
@commitlint/cli/src/cli.test.ts
@@ -432,7 +432,7 @@ test('should print help', async () => {
432
const cwd = await gitBootstrap('fixtures/default');
433
const actual = await cli(['--help'], {cwd})();
434
expect(actual.stdout).toMatchInlineSnapshot(`
435
- "@commitlint/cli@10.0.0 - Lint your commit messages
+ "@commitlint/cli@11.0.0 - Lint your commit messages
436
437
[input] reads from stdin if --edit, --env, --from and --to are omitted
438
0 commit comments