Skip to content

Commit

Permalink
feat: -F is a short alias of --filter (#4342)
Browse files Browse the repository at this point in the history
close #3467
  • Loading branch information
zkochan committed Feb 16, 2022
1 parent a250e80 commit 3ac748a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-buses-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pnpm": minor
---

`-F` is a short alias of `--filter` [#3467](https://github.com/pnpm/pnpm/issues/3467).
1 change: 1 addition & 0 deletions packages/pnpm/src/shorthands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ export default {
'prefer-frozen-shrinkwrap': '--prefer-frozen-lockfile',
w: '--workspace-root',
i: '--interactive',
F: '--filter',
}
// eslint-enable

0 comments on commit 3ac748a

Please sign in to comment.