Skip to content

Pass command line params to the make tool #188

@nzakas

Description

@nzakas

I'm using the make tool, and I'd like to be able to pass in command line arguments to it. I tried this:

$ node Makefile.js client-test -- foo.js
no such target: --
no such target: foo

It seems that all parameters are treated as potential targets. Would it be possible to use -- as a delimiter to pass in command line 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