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,