Newer
Older
dub_jkp / changelog / shebang-without-d-extension.dd
@andre2007 andre2007 on 3 Dec 2018 250 bytes Shebang without .d extension
Shebang without .d extension

Dub single-file packages e.g. `app.d` can now be called without .d extension.
In addition to `dub app.d --param` you can call `dub app --param`.

Also files without .d extension are supported now as single-file packages.