mhassan1 / yarn-plugin-licenses

Yarn Berry plugin that adds `yarn licenses` commands
42 stars 11 forks source link

Add `--focus` flag for focusing on specific workspaces #63

Closed mhassan1 closed 4 months ago

mhassan1 commented 5 months ago

This PR adds a new --focus flag; when passed, the output will be limited to the specified workspaces. Multiple --focus flags can be passed to specify multiple workspaces.

Resolves https://github.com/mhassan1/yarn-plugin-licenses/issues/62.