Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hellishvictor opened this issue May 6, 2024 · 1 comment
Labels

Comments

@hellishvictor
Copy link

hellishvictor commented May 6, 2024

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.

@hellishvictor hellishvictor changed the title Error: Run commands using arguments derived from standard input [xargs] Error: Run commands using arguments derived from standard input May 6, 2024
@cakebaker cakebaker added the bug label May 6, 2024
@cakebaker
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants