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 2ce521b commit e37133cCopy full SHA for e37133c
@commitlint/cli/src/cli.ts
@@ -47,7 +47,6 @@ const cli = yargs
47
})
48
.option('env', {
49
alias: 'E',
50
- // default: null,
51
describe:
52
'check message in the file at path given by environment variable value',
53
type: 'string'
@@ -64,13 +63,11 @@ const cli = yargs
64
63
65
.option('from', {
66
alias: 'f',
67
68
describe: 'lower end of the commit range to lint; applies if edit=false',
69
70
71
.option('format', {
72
alias: 'o',
73
74
describe: 'output format of the results',
75
76
@@ -87,7 +84,6 @@ const cli = yargs
87
84
88
85
.option('to', {
89
86
alias: 't',
90
91
describe: 'upper end of the commit range to lint; applies if edit=false',
92
93
0 commit comments