File tree 1 file changed +4
-4
lines changed
packages/webpack-cli/lib/utils
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const commands = [
12
12
name : 'init' ,
13
13
alias : 'c' ,
14
14
type : String ,
15
- usage : 'init [scaffold]' ,
15
+ usage : 'init [scaffold] [options] ' ,
16
16
description : 'Initialize a new webpack configuration' ,
17
17
flags : [
18
18
{
@@ -44,15 +44,15 @@ const commands = [
44
44
scope : 'external' ,
45
45
alias : 'l' ,
46
46
type : String ,
47
- usage : 'loader' ,
47
+ usage : 'loader [path] ' ,
48
48
description : 'Scaffold a loader repository' ,
49
49
} ,
50
50
{
51
51
name : 'plugin' ,
52
52
alias : 'p' ,
53
53
scope : 'external' ,
54
54
type : String ,
55
- usage : 'plugin' ,
55
+ usage : 'plugin [path] ' ,
56
56
description : 'Scaffold a plugin repository' ,
57
57
} ,
58
58
{
@@ -80,7 +80,7 @@ const commands = [
80
80
alias : 's' ,
81
81
scope : 'external' ,
82
82
type : String ,
83
- usage : 'serve' ,
83
+ usage : 'serve [options] ' ,
84
84
description : 'Run the webpack Dev Server' ,
85
85
} ,
86
86
] ;
You can’t perform that action at this time.
0 commit comments