Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow multiple string arguments for exec() #103

Closed
Labels
Milestone
@nzakas

Description

@nzakas

I've found that I end up doing a lot of messy string concatenation withexec() commands. It would be nice to allow multiple string arguments that would be joined together with a space, such as:

exec('npm','run-script','test');// run "npm run-script test"

This could easily be backwards compatible with the current function since only the first argument is currently a string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp