Skip to content

Commit 649048c

Browse files
committed
fix(publish): Add default description 'npm' for --npm-client
1 parent 2fcac07 commit 649048c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/publish/command.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ exports.builder = yargs => {
7575
requiresArg: true,
7676
},
7777
"npm-client": {
78+
defaultDescription: "npm",
7879
describe: "Executable used to publish dependencies (npm, yarn, pnpm, ...)",
7980
type: "string",
8081
requiresArg: true,

0 commit comments

Comments
 (0)