support named amd module
This commit is contained in:
parent
866df02d0e
commit
4de1f45ea0
|
@ -50,7 +50,7 @@ module.exports = optionator({
|
|||
option: 'name',
|
||||
alias: 'n',
|
||||
type: 'String',
|
||||
description: 'When using globals, the name for the variable. The default is the [file name]RT'
|
||||
description: 'When using globals, the name for the variable. The default is the [file name]RT, when using amd, the name of the module'
|
||||
}, {
|
||||
option: 'dry-run',
|
||||
alias: 'd',
|
||||
|
|
Loading…
Reference in New Issue