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
dub init
% rm -rf * zsh: sure you want to delete all 4 files in /home/mlang/projects/dlang/dub/f [yn]? y % dub init foobar Package recipe format (sdl/json) [json]: Name [foobar]: Description [A minimal D application.]: Author name [mlang]: License [proprietary]: Copyright string [Copyright © 2023, mlang]: Add dependency (leave empty to skip) []: Success created empty project in /home/mlang/projects/dlang/dub/f/foobar Package successfully created in foobar % dub init foobar Error dub.json: No such file or directory
The error message doesn't make sense: The problem is that foobar already exists.
foobar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error message doesn't make sense: The problem is that
foobar
already exists.The text was updated successfully, but these errors were encountered: