Skip to content

Commit

Permalink
fix(publish): Add default description 'npm' for --npm-client
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 25, 2018
1 parent 2fcac07 commit 649048c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/publish/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ exports.builder = yargs => {
requiresArg: true,
},
"npm-client": {
defaultDescription: "npm",
describe: "Executable used to publish dependencies (npm, yarn, pnpm, ...)",
type: "string",
requiresArg: true,
Expand Down

0 comments on commit 649048c

Please sign in to comment.