uutils / findutils

Rust implementation of findutils
MIT License
280 stars 35 forks source link

[xargs] Error: Run commands using arguments derived from standard input #367

Open hellishvictor opened 2 months ago

hellishvictor commented 2 months ago

Hi, running xargs --help shows:

Error: Run commands using arguments derived from standard input

Usage: xargs [OPTIONS] [COMMAND]...

Arguments:
  [COMMAND]...  The command to runa

etc...

Is that "Error" the right expect behaviour? I'm on Win 7 x64. Cheers.

cakebaker commented 2 months ago

No, that's a bug. The status code, 1, is also incorrect, it should be 0.