GithubHelp home page GithubHelp logo

Allow piping about concurrently HOT 6 CLOSED

open-cli-tools avatar open-cli-tools commented on May 19, 2024 3
Allow piping

from concurrently.

Comments (6)

kimmobrunfeldt avatar kimmobrunfeldt commented on May 19, 2024 1

Hi,

This is happening because the underlying implementation how these are fed to the system shell is not very good. If you happen to know a good cross-platform library which would spawn "the best" available shell with support for piping etc, I'd be glad to start using it in concurrently.

from concurrently.

kimmobrunfeldt avatar kimmobrunfeldt commented on May 19, 2024 1

Could you test if this has been fixed by installing 3.0.0-dev version: npm i -g [email protected] ?
It should be better now because it is using https://github.com/kimmobrunfeldt/spawn-default-shell for spawning shell.

from concurrently.

kimmobrunfeldt avatar kimmobrunfeldt commented on May 19, 2024 1

These issues should be now fixed in 3.0.0-rc1. You can test by installing it: npm i -g [email protected]. Please open a new issue to concurrently repo if this is not the case. I'll release the 3.0.0 soonish.

from concurrently.

OliverJAsh avatar OliverJAsh commented on May 19, 2024

Let me know how you think this needs to be fixed, happy to contribute :-)

from concurrently.

steve-todorov avatar steve-todorov commented on May 19, 2024

The same thing happens with ampersand &

`
$ concurrently "sleep 5s && npm run protractor"
sleep: invalid time interval '&&'
sleep: invalid time interval 'npm'

sleep: invalid time interval 'run'
sleep: invalid time interval 'protractor'
Try 'sleep --help' for more information.
sleep 5s && npm run protractor exited with code 1
`

ping @kimmobrunfeldt

from concurrently.

steve-todorov avatar steve-todorov commented on May 19, 2024

Hi,

Sorry for the late response, but I was busy at work. I've tested the rc version and it seems to be working fine. Thanks for the great work and fast response!

from concurrently.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.