Skip to content

Commit

Permalink
misc(yargs): add description for module-bind-* args
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Feb 26, 2018
1 parent ef7df35 commit 2d2ccf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/config-yargs.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ module.exports = function(yargs) {
},
"module-bind-post": {
type: "string",
describe: "",
describe: "Bind an extension to a post loader",
group: MODULE_GROUP,
requiresArg: true
},
"module-bind-pre": {
type: "string",
describe: "",
describe: "Bind an extension to a pre loader",
group: MODULE_GROUP,
requiresArg: true
},
Expand Down

0 comments on commit 2d2ccf3

Please sign in to comment.