You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
ornew
commands, is lib.But the comments / help message for
init
andnew
contradict this, notingapp
as the default. This can be checked withhuak new --help
.The text was updated successfully, but these errors were encountered: