Skip to content

Commit

Permalink
docs(completion): incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 7, 2024
1 parent d5a41b5 commit 5a2ca77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ id: completion
title: Command line tab-completion
---

:::info

Completion for pnpm v9 is incompatible with completion for older pnpm versions.
If you already install pnpm completion for version older than v9, you must uninstall it first so that completion for v9 may work properly.
You may do so by removing section of code that contains `__tabtab` in your dot files.

:::

Unlike other popular package managers, which usually require plugins, pnpm
supports command line tab-completion for Bash, Zsh, Fish, and similar shells.

Expand Down

0 comments on commit 5a2ca77

Please sign in to comment.