mirror of
https://github.com/uutils/findutils.git
synced 2026-05-06 14:17:24 -04:00
69a20eb6df
GNU xargs treats the arguments to -I, -E, and -e as values even when they begin with a hyphen. Clap was parsing those strings as options instead, so invocations like 'xargs -I -_' failed before xargs could process input. Allow hyphen-leading values for those options and add regression coverage for replacement and EOF markers that start with '-'.