GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Browse code
Default `dub init` to SDL
Átila wants to throw out dub.json, so this is the first step to discouraging dub.json
master
1 parent
924762e
commit
3d0d8672cc8a8c0a0ebd05afdca8e5cf5b2105a4
Jan Jurzitza
authored
on 4 Aug 2022
The Dlang Bot
committed
on 4 Aug 2022
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
source/dub/commandline.d
Ignore Space
Show notes
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
{
Show line notes below