On Wednesday, 25 August 2021 at 01:40:39 UTC, Mike Parker wrote:
So the formatting got borked and my first paragraph ended up with the quoted text. In case it isn't clear:
`Yes, `run` is the default. But you are misunderstanding how dub works. Neither `dub run` nor `dub build` accepts a source file. These commands expect to find a dub.json/sdl in the current directory. dub will then look for source files in a `source` or `src` directory and will pass them all to the compiler.