镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
- Consume combined short flag clusters (e.g. -yq / -qy): the global chars (q=quiet, v=verbose) are applied in the pre-dispatch pass and the rest (e.g. y=yes) are passed through to the subcommand, so 'pmm upgrade -yq' behaves exactly like 'pmm upgrade -y -q'. - cmd_upgrade also parses a cluster for 'y' (yes). - pmm mirror check: probe each configured registry mirror's reachability, reporting name/priority/url/OK|fail per source (apt-style source check), plus a reachable/total summary. Returns non-zero if none are reachable. - help: document mirror ...|check. Verified on WSL: - 'pmm upgrade -y -q --no-color' and '-yq --no-color' produce identical output. - 'pmm mirror check' reports 'result: 2/2 sources reachable'.