zx icon indicating copy to clipboard operation
zx copied to clipboard

pipe is not available when using ssh

Open chetan24d opened this issue 2 years ago • 1 comments

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

chetan24d avatar Apr 21 '23 23:04 chetan24d

hey @chetan24d i wanna work on this problem

nazrul7711 avatar May 09 '23 08:05 nazrul7711