podman farm is no longer hidden. Enable doc checks.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2024-01-22 06:45:58 -07:00
parent 815ae77ab2
commit 17613cc969

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