File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ const cli = yargs
47
47
} )
48
48
. option ( 'env' , {
49
49
alias : 'E' ,
50
- // default: null,
51
50
describe :
52
51
'check message in the file at path given by environment variable value' ,
53
52
type : 'string'
@@ -64,13 +63,11 @@ const cli = yargs
64
63
} )
65
64
. option ( 'from' , {
66
65
alias : 'f' ,
67
- // default: null,
68
66
describe : 'lower end of the commit range to lint; applies if edit=false' ,
69
67
type : 'string'
70
68
} )
71
69
. option ( 'format' , {
72
70
alias : 'o' ,
73
- // default: null,
74
71
describe : 'output format of the results' ,
75
72
type : 'string'
76
73
} )
@@ -87,7 +84,6 @@ const cli = yargs
87
84
} )
88
85
. option ( 'to' , {
89
86
alias : 't' ,
90
- // default: null,
91
87
describe : 'upper end of the commit range to lint; applies if edit=false' ,
92
88
type : 'string'
93
89
} )
You can’t perform that action at this time.
0 commit comments