Default `dub init` to SDL
Átila wants to throw out dub.json, so this is the first step to discouraging dub.json
1 parent 924762e commit 3d0d8672cc8a8c0a0ebd05afdca8e5cf5b2105a4
@Jan Jurzitza Jan Jurzitza authored on 4 Aug 2022
The Dlang Bot committed on 4 Aug 2022
Showing 1 changed file
View
2
■■■
source/dub/commandline.d
 
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
{