From af176901703acf3a14dccbf766376cc618e9669c Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 9 Jan 2021 23:48:34 +0200 Subject: [PATCH] fix: help of the ll command --- .changeset/happy-ghosts-develop.md | 5 +++++ packages/plugin-commands-listing/src/ll.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/happy-ghosts-develop.md diff --git a/.changeset/happy-ghosts-develop.md b/.changeset/happy-ghosts-develop.md new file mode 100644 index 0000000000..e370814949 --- /dev/null +++ b/.changeset/happy-ghosts-develop.md @@ -0,0 +1,5 @@ +--- +"@pnpm/plugin-commands-listing": patch +--- + +Fix the help of the ll command. diff --git a/packages/plugin-commands-listing/src/ll.ts b/packages/plugin-commands-listing/src/ll.ts index f5cb29b9ca..6e18759efb 100644 --- a/packages/plugin-commands-listing/src/ll.ts +++ b/packages/plugin-commands-listing/src/ll.ts @@ -9,7 +9,7 @@ export function cliOptionsTypes () { return R.omit(['long'], list.cliOptionsTypes()) } -export const help = list.help() +export const help = list.help export function handler ( opts: list.ListCommandOptions,