On Fri, 02 May 2014 10:11:23 GMT, Sönke Ludwig wrote:

On Fri, 02 May 2014 09:28:10 GMT, Mike Parker wrote:

I'm stuck. When I type 'dub remove package-name' it asks me to specify which version. Then 'dub remove package-name version' results an error telling me it expects exactly one argument. So I try 'dub remove package-name:version and I'm told that it cannot find the package to remove. What's the secret formula?

It's dub remove ... --version=... - not very pretty, but consistent with other places where --version is used. See also dub remove -h. I'll improve the error message to indicate the proper syntax.

As of 7b7ca05, now prints:

Error executing command remove: Please specify a individual version using --version=... or use the wildcard --version=* to remove all versions.