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

No flag registered for --command-type #10

Closed
OwenVey opened this issue Oct 1, 2024 · 2 comments · Fixed by #11
Closed

No flag registered for --command-type #10

OwenVey opened this issue Oct 1, 2024 · 2 comments · Fixed by #11
Assignees
Labels
documentation 📝 Improvements or additions to documentation

Comments

@OwenVey
Copy link

OwenVey commented Oct 1, 2024

Describe the bug
When running npx @stricli/create-app@latest --command-type single as shown here, I get an error stating the following:

No flag registered for --command-type

To Reproduce
Steps to reproduce the behavior:
Run npx @stricli/create-app@latest --command-type single

Expected behavior
A single command app is properly generated.

Screenshots
Screenshot 2024-10-01 at 10 45 44 AM@2x

Environment (please complete the following information):

  • Operating System and Version: MacOS Sequoia 15.0
  • Browser [e.g. Firefox, Safari] (if applicable): N/A
@OwenVey
Copy link
Author

OwenVey commented Oct 1, 2024

After running the help command, it looks like correct command to run should be

npx @stricli/create-app@latest --template single my-app

@molisani
Copy link
Member

molisani commented Oct 2, 2024

Ah sorry, that's a typo. It was renamed from --command-type to --template in the tool but not in the tutorial, will fix.

@molisani molisani added the documentation 📝 Improvements or additions to documentation label Oct 2, 2024
@molisani molisani self-assigned this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📝 Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants