mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 09:28:24 -04:00
fix: help of the ll command
This commit is contained in:
5
.changeset/happy-ghosts-develop.md
Normal file
5
.changeset/happy-ghosts-develop.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-listing": patch
|
||||
---
|
||||
|
||||
Fix the help of the ll command.
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user