containers/podman
Documentation: Share `--reload-systemd` option between `podman quadlet install` and `podman quadlet rm` manpages
Fermée
#28 370 ouverte le 26 mars 2026
ContribfestGood First Issuekind/documentationvolunteers-wanted
Métriques du dépôt
- Stars
- (31 686 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
We have a mechanism build for manpages to share options - the text lives in docs/source/markdown/options, the Manpage file is renamed to .md.in to indicate preprocessing is required, and the option is added to the manpage with @@option <name>.
Right now, we have an option that isn't shared (--reload-systemd); we should deduplicate in this method.