dub icon indicating copy to clipboard operation
dub copied to clipboard

`dub run` replacement for `~branch`

Open ntrel opened this issue 1 year ago • 1 comments

If using a git repository URL is going to fully replace ~branch, we would also need a way to specify a git branch for dub run. E.g. currently this works (though master is only fetched the first time - #131):

dub run dlang-tour@~master -- --lang-dir .

ntrel avatar Aug 04 '23 12:08 ntrel

This version of dub run hits the registry. I would imagine dub run git+https://github.com/dlang/dlang-tour@~master would be the "proper" replacement although I'm not sure we want to support this.

Geod24 avatar Dec 28 '23 16:12 Geod24