On 2013-10-27 02:14, Stephan Dilly wrote:

The recently fixed app args bug is biting me. Any chance for a updated release any time soon ?

That problem made me call the package executable myself and made me think.

I like the similarities of dub to npm (nodejs package manager) but what i miss is the ability to simply install a package like "npm forever" and run it via "forever ..." in dub this is more verbose "dub install forever-d" and "dub run forever-d ..." wouldn't it be nice to have a bin folder that dub adds to PATH and move those exe files there so everyone could simply call "forever-d"

Any ideas? Or am i missing something completly?

I like it. But many people here will tell you that's very, very bad
practice and should not be the job of dub.

/Jacob Carlborg