containers/podman
Documentation: Share `--reload-systemd` option between `podman quadlet install` and `podman quadlet rm` manpages
クローズ
#28,370 opened on 2026/03/26
ContribfestGood First Issuekind/documentationvolunteers-wanted
Repository metrics
- Stars
- (31,686 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.