zx
zx copied to clipboard
pipe is not available when using ssh
Expected Behavior
The .pipe() should be available when ssh is used.
import { ssh } from 'zx'
await ssh('user@host')`echo Hello, world!`.pipe()
Actual Behavior
.pipe() is not available
Steps to Reproduce the Problem
Specifications
- Version: 7.2.1
- Platform: Mac terminal
hey @chetan24d i wanna work on this problem