mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
completions/xargs: provide subcommand completions
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user