-
Notifications
You must be signed in to change notification settings - Fork 630
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
v4 - Command project - Trouble with args #1383
Comments
Well, it doesn't work for you, because you have special character in your command:
That's why it is interpreted as 3d argument and not as option. And third argument is directory name where to save. |
@Jeckerson Good catch, thanks for taking the time to look at it. |
Tested with Debian Stretch.
With Phalcon DevTools (3.4.8), the command :
phalcon project hello_world simple –-template-engine=volt
Does this:
The created folder is hello_world
With Phalcon DevTools (4.0.0-beta.2) from the branch 4.0.x
Does this:
The created folder is –-template-engine=volt not hello_world.
The text was updated successfully, but these errors were encountered: