mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 03:21:55 -04:00
* fix(shell-completion): give correct suggestions when command line ends with a space fixes an issue where if you tried to complete any part of any subcommand with a space before <TAB> (eg: `pnpm run <TAB>`, `pnpm rm react <TAB>`), pnpm would give you suggestions for the root command, as if you had typed `pnpm <TAB>` close #7964 close #5426 --------- Co-authored-by: Zoltan Kochan <z@kochan.io>