Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

input from empty file is handled as no input was provided #55

Open
jsen- opened this issue Sep 26, 2017 · 1 comment
Open

input from empty file is handled as no input was provided #55

jsen- opened this issue Sep 26, 2017 · 1 comment
Milestone

Comments

@jsen-
Copy link

jsen- commented Sep 26, 2017

Input from an empty file, I think, should be handled as there is nothing to do, but instead it's trying to read inputs from stdin.

$ parallel 'echo {}' :::: empty_file
parallel: reading inputs from standard input
^C
@mmstick
Copy link
Owner

mmstick commented Sep 27, 2017

Stay tuned, as I am currently developing a superior alternative to this project that can also handle distributed command executions asynchronously via the Tokio project, and whereby each input will create an embedded instance of the Ion shell.

@mmstick mmstick added this to the 0.12 Rewrite milestone Dec 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants