mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-19 14:20:36 -04:00
feat(cli): add -F short alias for --filter (#10821)
This commit is contained in:
6
.changeset/add-filter-short-alias.md
Normal file
6
.changeset/add-filter-short-alias.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"@pnpm/common-cli-options-help": patch
|
||||||
|
"pnpm": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Added `-F` as a short alias for the `--filter` option in the help output.
|
||||||
@@ -72,6 +72,7 @@ export const FILTERING = {
|
|||||||
{
|
{
|
||||||
description: 'Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"',
|
description: 'Restricts the scope to package names matching the given pattern. E.g.: foo, "@bar/*"',
|
||||||
name: '--filter <pattern>',
|
name: '--filter <pattern>',
|
||||||
|
shortAlias: '-F',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: 'Includes all direct and indirect dependencies of the matched packages. E.g.: foo...',
|
description: 'Includes all direct and indirect dependencies of the matched packages. E.g.: foo...',
|
||||||
|
|||||||
Reference in New Issue
Block a user