File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module . exports = function ( optimist ) {
22 optimist
33 . boolean ( "help" ) . alias ( "help" , "h" ) . alias ( "help" , "?" ) . describe ( "help" )
4- . string ( "config" ) . alias ( "config" , "c" ) . describe ( "config" )
4+ . string ( "config" ) . describe ( "config" )
55 . string ( "context" ) . describe ( "context" )
66 . string ( "entry" ) . describe ( "entry" )
77 . string ( "module-bind" ) . describe ( "module-bind" )
@@ -27,7 +27,7 @@ module.exports = function(optimist) {
2727 . boolean ( "watch-stdin" ) . alias ( "watch-stdin" , "stdin" ) . describe ( "watch which closes when stdin ends" )
2828 . describe ( "watch-aggregate-timeout" )
2929 . describe ( "watch-poll" )
30- . boolean ( "hot" ) . alias ( "hot" , "h" ) . describe ( "hot" )
30+ . boolean ( "hot" ) . describe ( "hot" )
3131 . boolean ( "debug" ) . describe ( "debug" )
3232 . string ( "devtool" ) . describe ( "devtool" )
3333 . boolean ( "progress" ) . describe ( "progress" )
You can’t perform that action at this time.
0 commit comments