mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
completions/xargs: provide subcommand completions
This commit is contained in:
parent
e192066e98
commit
692a8aef03
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user