Merge pull request #21327 from edsantiago/check_farm_docs

[CI:DOCS] podman farm is no longer hidden. Enable doc checks.
This commit is contained in:
openshift-merge-bot[bot]
2024-01-22 14:48:15 +00:00
committed by GitHub

View File

@ -109,7 +109,6 @@ my %Skip_Subcommand = map { $_ => 1 } (
"help", # has no man page
"completion", # internal (hidden) subcommand
"compose", # external tool, outside of our control
"farm", # hidden subcommand till it is fully implemented - remove this once done
);
# END user-customizable section