containers/podman

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

Fechada

#28.370 aberto em 26 de mar. de 2026

 (3 comentários) (2 reações) (0 responsável)Go (3.107 forks)batch import
ContribfestGood First Issuekind/documentationvolunteers-wanted

Métricas do repositório

Stars
 (31.686 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador