We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the init sub-command without an optional <directory> parameter does not correctly deduce the project location.
init
<directory>
Example:
$ mkdir my_project $ cd my_project $ dub init Successfully created an empty project in ''.
I think the parent directory name should be used in place of the empty string. And also in the package's name field.
The text was updated successfully, but these errors were encountered:
Fixed "dub init" with no path given. Fixes issue #16.
31620b8
The current directory is taken to infer the project name in this case.
No branches or pull requests
Using the
init
sub-command without an optional<directory>
parameter does not correctly deduce the project location.Example:
I think the parent directory name should be used in place of the empty string. And also in the package's name field.
The text was updated successfully, but these errors were encountered: