File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,9 @@ const cmd = {
31
31
. option ( 'T' , {
32
32
alias : 'dontTranslate' ,
33
33
type : 'boolean' ,
34
- default : true ,
34
+ default : false ,
35
35
describe : 'Set to true to disable endpoint\'s translation' ,
36
36
} )
37
- . coerce ( 'dontTranslate' , dt => ! dt )
38
37
. positional ( 'keyword' , {
39
38
type : 'string' ,
40
39
default : '' ,
Original file line number Diff line number Diff line change @@ -60,10 +60,9 @@ const cmd = {
60
60
. option ( 'T' , {
61
61
alias : 'dontTranslate' ,
62
62
type : 'boolean' ,
63
- default : true ,
63
+ default : false ,
64
64
describe : 'Set to true to disable endpoint\'s translation' ,
65
65
} )
66
- . coerce ( 'dontTranslate' , dt => ! dt )
67
66
. positional ( 'keyword' , {
68
67
type : 'string' ,
69
68
default : '' ,
Original file line number Diff line number Diff line change @@ -45,10 +45,9 @@ const cmd = {
45
45
. option ( 'T' , {
46
46
alias : 'dontTranslate' ,
47
47
type : 'boolean' ,
48
- default : true ,
48
+ default : false ,
49
49
describe : 'Set to true to disable endpoint\'s translation' ,
50
50
} )
51
- . coerce ( 'dontTranslate' , dt => ! dt )
52
51
. positional ( 'keyword' , {
53
52
type : 'string' ,
54
53
default : '' ,
You can’t perform that action at this time.
0 commit comments