containers/podman
Documentation: Share `--reload-systemd` option between `podman quadlet install` and `podman quadlet rm` manpages
已关闭
#28,370 创建于 2026年3月26日
ContribfestGood First Issuekind/documentationvolunteers-wanted
仓库指标
- 星标
- (31,686 个星标)
- PR 合并指标
- (30 天内没有已合并 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.