What version of Bun is running?
1.3.6+d530ed993
What platform is your computer?
macOS 26.1
What steps can reproduce the bug?
bun pm cache rm --help
bun pm cache --help
What is the expected behavior?
The documentation shows -g and --global as flags.
What do you see instead?
No documentation of -g or --global.
Further, https://bun.com/docs/pm/cli/pm#cache states:
To clear Bun’s global module cache:
This implies that bun pm cache rm has the same effect as bun pm cache rm --global. But:
bun pm cache rm --global can be run outside a project dir.
bun pm cache rm cannot be run outside a project dir.
Additional information
No response