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
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
I wanted to delete two dependencies. I tried gb vendor delete a b and got:
FATAL: command "delete" failed: delete: import path or --all flag is missing
I then tried:
gb vendor delete --all a b
I expected that this would delete both a and b, but instead deleted all packages.
I think --all should error if any positional arguments are passed, and/or delete could have a clearer error message if multiple positional arguments are passed.
The text was updated successfully, but these errors were encountered:
I wanted to delete two dependencies. I tried
gb vendor delete a b
and got:I then tried:
I expected that this would delete both a and b, but instead deleted all packages.
I think
--all
should error if any positional arguments are passed, and/or delete could have a clearer error message if multiple positional arguments are passed.The text was updated successfully, but these errors were encountered: