Skip to content

Open app with parameters (appName without escape) #64

@ghost

Description

`case 'win32':
    // if the first parameter to start is quoted, it uses that as the title
    // so we pass a blank title so we can quote the file we are opening
    if (appName) {
      opener = 'start "" ' + appName ;
    } else {
      opener = 'start ""';
    }`

it allows to : start chrome --args --auto-open-devtools-for-tabs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions