Skip to content

Commit

Permalink
feat: add force option
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jan 7, 2024
1 parent 23e3340 commit 747adc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export async function action(pm: PM) {
brightYellow("(only pnpm)")
}`,
)
.option("-f, --force", "force install deps")
.arguments("[...deps:string]")
.action(
(options, ...deps) => _install(pm, deps, formatOptions(options)),
Expand Down

0 comments on commit 747adc4

Please sign in to comment.