mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 07:21:14 -03:00
create_manpage_completions: ignore gcloud-* man pages
Google cloud CLI ships >10k man pages for subcommands, but the completions are not useful because they don't know to replace underscores by spaces, e.g. in: complete -c gcloud_access-approval_requests_approve We also ship gcloud completions, so the generated ones should not be used.
This commit is contained in:
@@ -799,7 +799,9 @@ def parse_manpage_at_path(manpage_path, output_directory):
|
||||
"cargo-",
|
||||
"ffmpeg-",
|
||||
"flatpak-",
|
||||
"gcloud_",
|
||||
"git-",
|
||||
"jj-",
|
||||
"npm-",
|
||||
"openssl-",
|
||||
"ostree-",
|
||||
|
||||
Reference in New Issue
Block a user