File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -484,18 +484,6 @@ Example: $0 --help run.
484
484
default : true ,
485
485
type : 'boolean' ,
486
486
} ,
487
- 'filename' : {
488
- alias : 'n' ,
489
- describe : 'Name of the created extension package file.' ,
490
- default : undefined ,
491
- normalize : false ,
492
- demandOption : false ,
493
- requiresArg : true ,
494
- type : 'string' ,
495
- coerce : throwUsageErrorIfArray (
496
- 'Multiple --filename/-n option are not allowed'
497
- ) ,
498
- } ,
499
487
} ) ;
500
488
501
489
program
@@ -507,6 +495,18 @@ Example: $0 --help run.
507
495
describe : 'Watch for file changes and re-build as needed' ,
508
496
type : 'boolean' ,
509
497
} ,
498
+ 'filename' : {
499
+ alias : 'n' ,
500
+ describe : 'Name of the created extension package file.' ,
501
+ default : undefined ,
502
+ normalize : false ,
503
+ demandOption : false ,
504
+ requiresArg : true ,
505
+ type : 'string' ,
506
+ coerce : throwUsageErrorIfArray (
507
+ 'Multiple --filename/-n option are not allowed'
508
+ ) ,
509
+ } ,
510
510
'overwrite-dest' : {
511
511
alias : 'o' ,
512
512
describe : 'Overwrite destination package if it exists.' ,
You can’t perform that action at this time.
0 commit comments