mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 19:12:12 -04:00
* fix(dlx): print help message on calling pnpm dlx without arguments Running `pnpm dlx` with no arguments would crash Node.js with a TypeError as it attempted to call `.indexOf()` on an undefined variable. This commit adds a guard clause and displays the help message instead and exits gracefully. Fixes #10633 * refactor: dlx --------- Co-authored-by: Zoltan Kochan <z@kochan.io>