mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
Merge pull request #6442 from Luap99/podman-autocomplete
Shell completion
This commit is contained in:
@ -181,6 +181,9 @@ sub xref_by_man {
|
||||
next if $k eq 'varlink';
|
||||
next if "@subcommand" eq 'system' && $k eq 'service';
|
||||
|
||||
# Special case: podman completion is a hidden command
|
||||
next if $k eq 'completion';
|
||||
|
||||
warn "$ME: podman @subcommand: $k in $man, but not --help\n";
|
||||
++$Errs;
|
||||
}
|
||||
|
Reference in New Issue
Block a user