Skip to content

Commit

Permalink
add cli hint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 28, 2024
1 parent d7b913c commit 60eee66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const install = defineCommand({
alias: "g",
description: "Add globally",
},
'frozen-lockfile': {
type: "boolean",
description: "Install dependencies with frozen lock file",
},
},
run: async ({ args }) => {
await (args._.length > 0
Expand Down

0 comments on commit 60eee66

Please # to comment.