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

CLI Generate help text error #1559

Closed
brandyscarney opened this issue Oct 18, 2016 · 2 comments
Closed

CLI Generate help text error #1559

brandyscarney opened this issue Oct 18, 2016 · 2 comments
Labels

Comments

@brandyscarney
Copy link
Member

From @richardshergold on October 18, 2016 13:34

If I do:

ionic g Page OrderDetails

I get an error saying that the available generators are:

Available generators:

  • Component
  • Directive
  • Page
  • Pipe
  • Provider
  • Tabs

what it wants is page in lower-case but in the list presented above, first letters are upper case

Copied from original issue: ionic-team/ionic-framework#8774

@jthoms1
Copy link
Member

jthoms1 commented Oct 28, 2016

Here is the location in the source code to correct this issue. https://github.com/driftyco/ionic-app-generators/blob/62db048e852b92c0a45560b650276611a0a76483/src/index.ts#L10

@jthoms1
Copy link
Member

jthoms1 commented Oct 28, 2016

This issue was moved to ionic-team/ionic-app-generators#5

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

No branches or pull requests

2 participants