From 692a8aef03d52b4bd63f4f99d18ee3334a71e2af Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 9 Jan 2021 18:13:29 +0100 Subject: [PATCH] completions/xargs: provide subcommand completions --- share/completions/xargs.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/xargs.fish b/share/completions/xargs.fish index e70f5d83e..7f6924389 100644 --- a/share/completions/xargs.fish +++ b/share/completions/xargs.fish @@ -18,3 +18,4 @@ complete -c xargs -s t -l verbose -d "Print the command line on the standard err complete -c xargs -l version -d "Display version and exit" complete -c xargs -s x -l exit -d "Exit if the size is exceeded" complete -c xargs -s P -l max-procs -r -f -d "Run up to max-procs processes at a time" +complete -c xargs -xa "(__fish_complete_subcommand)"