Skip to content

Add support for passing arguments on run-s commands #3

Description

@louiscoste

The current implementation does not support passing arguments like so:

$ run-s start:server "delay 3000" start:client
$ npm run start:server && npm run delay 3000 && npm run start:client

This example is from the docs: https://github.com/mysticatea/npm-run-all/blob/master/docs/run-s.md#run-with-arguments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions