From 34f50883a456249e26234100d956ee40f7de443f Mon Sep 17 00:00:00 2001 From: Wilke Schwiedop Date: Fri, 15 Jun 2018 09:30:56 +0200 Subject: [PATCH] completions/ebuild: add pretend command --- share/completions/ebuild.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/ebuild.fish b/share/completions/ebuild.fish index 4ef230e8f..dd19665e7 100644 --- a/share/completions/ebuild.fish +++ b/share/completions/ebuild.fish @@ -12,6 +12,7 @@ complete -c ebuild -l skip-manifest -d "Skip all manifest checks" ## Subcommands complete -c ebuild -n '__fish_seen_ebuild_arg' -xa 'help' -d "Show help" +complete -c ebuild -n '__fish_seen_ebuild_arg' -xa 'pretend' -d "Run pkg_pretend()" complete -c ebuild -n '__fish_seen_ebuild_arg' -xa 'setup' -d "Run setup and system checks" complete -c ebuild -n '__fish_seen_ebuild_arg' -xa 'clean' -d "Clean build dir" complete -c ebuild -n '__fish_seen_ebuild_arg' -xa 'fetch' -d "Fetches all files from SRC_URI"