Closed nicklan closed 5 years ago
I seem to be getting
error[E0599]: no method named `stdin_handle` found for type `duct::Expression` in the current scope
--> /home/julek/.cargo/registry/src/github.com-1ecc6299db9ec823/click-0.4.2/src/output.rs:91:27
|
91 | let handle = expr.stdin_handle(pipe_read).start()?;
| ^^^^^^^^^^^^ help: there is a method with a similar name: `stdin_file`
after that, compiling on linux.
This appears to close #71