Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
1.5.0
-
None
Description
The help output of qtcli says:
new Create a new project under the current directory
But when I start "new":
~/projects/qt/vscodeext/qt-cli/qtcli new Error: accepts 1 arg(s), received 0 Usage: qtcli new [flags]Flags: -h, --help help for new --preset string Specify a preset to useGlobal Flags: -v, --verbose Enable verbose output
It does not mention that another parameter is needed for where to create it (and from the docs I'd expect it to default to the current dir.