yazd / DKit

DKit is a package to aid developing D programs using Sublime Text 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Per project arguments?

haze opened this issue · comments

commented

How can I add arguments to my program?

If you mean command-line arguments to dmd or dub, then I don't know of a way to do it generally.
But I've googled and maybe this can help you: http://stackoverflow.com/a/18512505/1230135. Does this solve the issue?

commented

yes