mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-01 10:42:28 -05:00
docs: add missing --format description in pnpm outdated --help command (#8626)
This commit is contained in:
5
.changeset/soft-sheep-tickle.md
Normal file
5
.changeset/soft-sheep-tickle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-outdated": patch
|
||||
---
|
||||
|
||||
Add missing `--format` description in `pnpm outdated --help` command
|
||||
@@ -107,6 +107,10 @@ For options that may be used with `-r`, see "pnpm help recursive"',
|
||||
description: 'Don\'t check "optionalDependencies"',
|
||||
name: '--no-optional',
|
||||
},
|
||||
{
|
||||
description: 'Prints the outdated dependencies in the given format. Default is "table". Supported options: "table, list, json"',
|
||||
name: '--format <format>',
|
||||
},
|
||||
{
|
||||
description: 'Specify the sorting method. Currently only `name` is supported.',
|
||||
name: '--sort-by',
|
||||
|
||||
Reference in New Issue
Block a user