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

multi-module help #98

Closed
bkristl opened this issue Aug 9, 2013 · 4 comments
Closed

multi-module help #98

bkristl opened this issue Aug 9, 2013 · 4 comments

Comments

@bkristl
Copy link

bkristl commented Aug 9, 2013

When we use help to determine how to use creation of project with command:
phalcon project help we get


Phalcon DevTools (1.2.1)

Help:
Creates a project

Usage:
project [name] [type] [directory] [enable-webtools]

Arguments:
help Shows this help text

Example
phalcon project store simple

Options:
--name Name of the new project
--enable-webtools Determines if webtools should be enabled [optional]
--directory=s Base path on which project will be created [optional]
--type=s Type of the application to be generated (micro, simple, multi-module)


But when we want to use multi-module for type of project we get error.
In the help file is wrong not multi-module change to modules

@gsouf
Copy link
Contributor

gsouf commented Aug 9, 2013

Did you make sure to type Phalcon project --name projectname --type multi-module ?

@bkristl
Copy link
Author

bkristl commented Aug 9, 2013

Yes. And i get error Error: Type "multi-module" is not supported yet

After that i have look into code and figure that the write command is:

Phalcon project --name projectname --type modules

@bkristl
Copy link
Author

bkristl commented Aug 9, 2013

sorry right command

@gsouf
Copy link
Contributor

gsouf commented Aug 11, 2013

@bkristl you can close the issue, the typo in the man was corrected.

@bkristl bkristl closed this as completed Aug 11, 2013
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

2 participants