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

"Arguments with spaces" don't flow to options #75

Closed
ericis opened this issue Dec 29, 2016 · 1 comment
Closed

"Arguments with spaces" don't flow to options #75

ericis opened this issue Dec 29, 2016 · 1 comment

Comments

@ericis
Copy link

ericis commented Dec 29, 2016

I can run the following command successfully and get the proper name of Example Service in this.options.name:
yo my-generator:generate service "Example Service"

However, when I run the following command, the name is truncated as "Example in this.options.name:
env.run('yo my-generator:generate service "Example Service"', {'skip-install': true}, function (err) {});

My package.json contains:
"yeoman-environment": "^1.6.6"
"yeoman-generator": "^1.0.1"

@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2020

This issue is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 5 days

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

No branches or pull requests

2 participants