mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
* fix: only strip own package manager name in ParseCommand args ParseCommand was stripping the first arg if it matched any package manager name (npm, pnpm, bun, yarn). This caused yarn's parser to incorrectly strip "npm" from "yarn npm login", since "npm" is a valid yarn subcommand, not a package manager prefix. Fixes #204 * use require in test