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

Default project type noted in help differs from actual #635

Closed
patrickarmengol opened this issue Apr 29, 2023 · 0 comments · Fixed by #636
Closed

Default project type noted in help differs from actual #635

patrickarmengol opened this issue Apr 29, 2023 · 0 comments · Fixed by #636
Labels
bug Something isn't working

Comments

@patrickarmengol
Copy link
Contributor

According to https://github.com/cnpryer/huak/blob/master/docs/user_guide.md#or-initialize-an-existing-project and https://github.com/cnpryer/huak/blob/master/src/bin/huak/cli.rs#L426, the default project type, when using the init or new commands, is lib.

But the comments / help message for init and new contradict this, noting app as the default. This can be checked with huak new --help.

Create a new project at <path>

Usage: huak new [OPTIONS] <PATH>

Arguments:
  <PATH>  Path and name of the python package

Options:
      --app     Use a application template [default]
      --lib     Use a library template
      --no-vcs  Don't initialize VCS in the new project
  -q, --quiet
  -h, --help    Print help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant