From 60eee66741800934510f46a4358728ab0802f5d2 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 28 Jun 2024 10:12:06 +0200 Subject: [PATCH] add cli hint --- src/cli.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cli.ts b/src/cli.ts index af51985..8a882ef 100755 --- a/src/cli.ts +++ b/src/cli.ts @@ -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