wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

feature: add the ability to filter projects using glob-patterns #149

Closed wgnf closed 10 months ago

wgnf commented 10 months ago

📫 Addressed Issue(s)

📄 Description

This adds the ability to filter projects using globbing-patterns. Which is really helpful when you're scanning a whole solution and test-projects are referenced, but you don't want to see those dependencies.

✅ Checks

ℹ Additional Information

none