How to build dfmt?
Tobi G. via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Jan 1 06:42:40 PST 2016
On Friday, 1 January 2016 at 14:20:05 UTC, Suliman wrote:
> https://github.com/Hackerpilot/dfmt
>
> After run build.bat nothing do not happens. How can I build it?
The easiest way to do it is to download and install dub - the
package manager from https://code.dlang.org/ and then run
dub fetch dfmt
dub run dfmt
This grammar from the dub documentation may be useful if you'd
like to pass application arguments to dfmt
dub [--version] [<command>] [<options...>] [-- [<application
arguments...>]]
For example: (This shows the help of dfmt)
dub run dfmt -- --help
More information about the Digitalmars-d-learn
mailing list