fix: help of the ll command

This commit is contained in:
Zoltan Kochan
2021-01-09 23:48:34 +02:00
parent 540967704d
commit af17690170
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/plugin-commands-listing": patch
---
Fix the help of the ll command.

View File

@@ -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,