databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 84 forks source link

Update duct to 0.12, which is what duct_sh depends on #106

Closed nicklan closed 5 years ago

nicklan commented 5 years ago

This appears to close #71

juliuszsompolski commented 4 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.