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

fix: no project-name in argument of dx create #1803

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

tkr-sh
Copy link
Contributor

@tkr-sh tkr-sh commented Jan 9, 2024

The CLI tool dx doesn't have an argument project-name

$ dx create --help
Init a new project for Dioxus

Usage: dx create [OPTIONS]

Options:
      --template <TEMPLATE>  Template path [default: gh:dioxuslabs/dioxus-template]
      --bin <BIN>            Specify bin target
  -h, --help                 Print help
$ dx create my-project
error: unexpected argument 'my-project' found

Usage: dx create [OPTIONS]

For more information, try '--help'.

Copy link
Member

@ealmloff ealmloff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ealmloff ealmloff merged commit 48e413a into DioxusLabs:master Jan 9, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants