Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open app with parameters (appName without escape) #64

Open
ghost opened this issue Sep 28, 2017 · 0 comments
Open

Open app with parameters (appName without escape) #64

ghost opened this issue Sep 28, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 28, 2017

`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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants