文件
ParlzPackageManger/src
JGZYES 80f5b86396 fix: unknown --option is not treated as a package (install/remove)
/  previously fell through to treat the
flag as a package name (looking it up in the registry / ). Now a
bare leading dash is rejected as an unknown command:
- install: when no package token was collected and argv[2] starts with '-',
  report unknown command instead of pushing the flag onto the package list.
- remove: a leading '-' arg is rejected before pdm_remove.

Verified: install/remove --gits report unknown command; --gitea/<known git
dispatches and usage errors are unaffected.
2026-09-05 10:07:14 +08:00
..
2026-09-02 21:18:36 +08:00