Skip to content

Add --no-installed option to info and search

Daniel Kolesa requested to merge q66/apk-tools:no-installed into master

This adds the option --no-installed to both search and info. By default, when using these, both installed packages and packages from repositories are considered. Sometimes this is unwanted (e.g. in my apk build system) and one has to filter it out in a complicated manner. Having an option to limit the output to actual repositories fixes the problem.

Merge request reports