Skip to content

Commit

Permalink
Default dub init to SDL
Browse files Browse the repository at this point in the history
Átila wants to throw out dub.json, so this is the first step to discouraging dub.json
  • Loading branch information
WebFreak001 authored and dlang-bot committed Aug 4, 2022
1 parent 924762e commit 3d0d867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dub/commandline.d
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ class HelpCommand : Command {
class InitCommand : Command {
private{
string m_templateType = "minimal";
PackageFormat m_format = PackageFormat.json;
PackageFormat m_format = PackageFormat.sdl;
bool m_nonInteractive;
}
this() @safe pure nothrow
Expand Down

0 comments on commit 3d0d867

Please sign in to comment.