zsh-workers
 help / color / mirror / code / Atom feed
* zargs doesn't work reliably
@ 2006-08-17 22:59 Mikael Magnusson
  2006-08-17 23:19 ` Nikolai Weibull
  2006-08-18  2:42 ` Bart Schaefer
  0 siblings, 2 replies; 9+ messages in thread
From: Mikael Magnusson @ 2006-08-17 22:59 UTC (permalink / raw)
  To: zsh-workers

Usage: zargs [options --] [input-args] [-- command [initial-args]]

% touch -- -- -+
% zargs -- * -- ls -d
(eval):2: command not found: -+
% zargs * -- ls -d
ls: invalid option -- +
Try `ls --help' for more information.
% zargs * ls -d
-+ ls -d

since input-args is the only part you do not control, it should come
last, like so
Usage: zargs [options --] [command [initial-args]] -- [input-args]
A problem is how to give -- as initial-args then, maybe someone less
tired can come up with something?

-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-08-18 23:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-17 22:59 zargs doesn't work reliably Mikael Magnusson
2006-08-17 23:19 ` Nikolai Weibull
2006-08-18  2:42 ` Bart Schaefer
2006-08-18  3:16   ` Mikael Magnusson
2006-08-18 11:24     ` Vincent Lefevre
2006-08-18 13:12       ` Mikael Magnusson
2006-08-18 16:28         ` Vincent Lefevre
2006-08-18 18:15         ` Bart Schaefer
2006-08-18 23:44           ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).