-
Notifications
You must be signed in to change notification settings - Fork 445
Open
Labels
Description
Mason provides the command mason system search to search for external packages using pkg-config. However, it has several issues.
mason system searchrelies on the logger to print its results, unlike any other search command in mason. it should silence the logger output and just print the results.mason system search myPkgdoesn't work at all- but
mason system search --desc myPkgdoes
- but
mason system search --no-show-desc myPkgalso doesn't work
As an aside, mason system search and mason system pc do not have --help output that matches what the command does and should be updated. Also, neither command seems to be well tested (or even tested at all)
Reactions are currently unavailable