文件
ParlzPackageManger/src
JGZYES 89f5a52066 feature: combined short flags + apt-style mirror check
- 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'.
2026-09-04 20:48:56 +08:00
..
2026-09-02 21:18:36 +08:00