<div dir="auto">I've sent a patch this evening, which is usually the least ambiguous way to say what you mean ðŸ˜€</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 28, 2020, 19:55 Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 1/28/20 10:23 AM, enh wrote:<br>
> no, i meant the -v and -p stuff... isn't there some way to have args.c<br>
> handle the POSIX-style arguments but leave the unrecognized stuff for<br>
> the command itself to parse (from the e2attrs[] list)?<br>
<br>
Still dunno what you mean, but if you prepend ? and it passes through unknown<br>
arguments but keeps parsing. (And yes I made that work for echo -nex which has<br>
to _retroactively_ not recognize -n and -e when it hits the -x. :)<br>
<br>
Prepend ^ and it stops at the first non-option argument for xargs etc.<br>
<br>
Rob<br>
</blockquote></div>