Open jidanni opened 6 months ago
All I know is
zcat $@|cpio -t|grep jid|xargs -n 1 comm<TAB>
does not expand commands, but instead filenames.
The options specific to xargs are just unsupported.
xargs
https://github.com/scop/bash-completion/blob/27a0ef80a2dbd84d8a0d2f90945cc66577149726/bash_completion#L2908-L2909
All I know is
does not expand commands, but instead filenames.