-
Notifications
You must be signed in to change notification settings - Fork 536
Open
Labels
Description
It would be good to have something similar to git status --porcelain
to glide list
so the command can be used more programatically. My use case is to use the output of glide list to remove any packages not directly imported by my project from the vendor directory so when im vendoring I can have a more minimal vendor dir.
The current issue is all the warnings and extra text that aren't go packages get printed and there's a lot of whitespace/indentation in the output, meaning I need to do some extra filtering and formatting before I can use it.