bmizerany / vendor

Vendor copies go dependencies to ./vendor
52 stars 6 forks source link

updating dependencies #9

Closed yields closed 8 years ago

yields commented 8 years ago

Not a huge deal, more of a UX thing, but it would be cool if update accepted filepaths instead:

$ vendor github // not autocompleted
$ vendor vendor/github/org/repo // auto completed

You could even update multiple packages with:

$ vendor vendor/github.com/org/*

or

$ vendor vendor/github.com/org/{foo,baz}
yields commented 8 years ago

nvm, looks like it works :boom: