Newer
Older
dub_jkp / changelog / stdinForSingleFilePackages.dd
@andre2007 andre2007 on 7 Aug 2018 249 bytes issue1158-stdin-for-single-files
DUB accepts single file packages on STDIN

You can pass single file packages to dub on STDIN using dash as first argument to DUB.
All arguments after dash will be passed as runtime arguments to the application.

Example `cat app.d | dub - --foo=bar`