We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aa4470 + 3e2f5d6 commit 4ca234cCopy full SHA for 4ca234c
bin/cli.js
@@ -20,7 +20,7 @@ wrapup.scanner.on('warn', function(err){
20
21
program
22
.version(json.version)
23
- .option('-r, --require <path>', 'requires a module. Uses node to resolve modules. If the form namepace=path is used the module will use a namespace')
+ .option('-r, --require <path>', 'requires a module. Uses node to resolve modules. If the form namespace=path is used the module will use a namespace')
24
.option('-t, --transform <module>', 'requires a module for transforming source code of modules')
25
.option('-w, --watch', 'watch changes to every resolved module and wraps up')
26
.option('-t, --transform', 'a module that can transform source code or ASTs')
0 commit comments