You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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.
If using a git repository URL is going to fully replace
~branch
, we would also need a way to specify a git branch fordub run
. E.g. currently this works (thoughmaster
is only fetched the first time - #131):The text was updated successfully, but these errors were encountered: