Skip to content

Commit e37133c

Browse files
committed
chore(cli): cleanup code
1 parent 2ce521b commit e37133c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

@commitlint/cli/src/cli.ts

-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const cli = yargs
4747
})
4848
.option('env', {
4949
alias: 'E',
50-
// default: null,
5150
describe:
5251
'check message in the file at path given by environment variable value',
5352
type: 'string'
@@ -64,13 +63,11 @@ const cli = yargs
6463
})
6564
.option('from', {
6665
alias: 'f',
67-
// default: null,
6866
describe: 'lower end of the commit range to lint; applies if edit=false',
6967
type: 'string'
7068
})
7169
.option('format', {
7270
alias: 'o',
73-
// default: null,
7471
describe: 'output format of the results',
7572
type: 'string'
7673
})
@@ -87,7 +84,6 @@ const cli = yargs
8784
})
8885
.option('to', {
8986
alias: 't',
90-
// default: null,
9187
describe: 'upper end of the commit range to lint; applies if edit=false',
9288
type: 'string'
9389
})

0 commit comments

Comments
 (0)