containers/podman

Documentation: Share `--reload-systemd` option between `podman quadlet install` and `podman quadlet rm` manpages

已关闭

#28,370 创建于 2026年3月26日

 (3 条评论) (2 个反应) (0 位负责人)Go (3,107 个派生)batch import
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.

贡献者指南