scop / bash-completion

Programmable completion functions for bash
GNU General Public License v2.0
2.9k stars 380 forks source link

xargs #1174

Open jidanni opened 5 months ago

jidanni commented 5 months ago

All I know is

zcat $@|cpio -t|grep jid|xargs -n 1 comm<TAB>

does not expand commands, but instead filenames.

akinomyoga commented 5 months ago

The options specific to xargs are just unsupported.

https://github.com/scop/bash-completion/blob/27a0ef80a2dbd84d8a0d2f90945cc66577149726/bash_completion#L2908-L2909