Skip to content

Commit

Permalink
Update packages/sku/lib/program/options/packageManager/packageManager…
Browse files Browse the repository at this point in the history
….option.js

Co-authored-by: Adam Skoufis <[email protected]>
  • Loading branch information
DanDroryAu and askoufis authored Nov 27, 2024
1 parent 9eaa60a commit 236a7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { Option } = require('commander');
const packageManagerOption = new Option(
'-p, --packageManager [type]',
'PackageManager to use',
'Package manager to use when installing dependencies',
);

module.exports = packageManagerOption;

0 comments on commit 236a7f0

Please sign in to comment.