tap icon indicating copy to clipboard operation
tap copied to clipboard

[Documentation] tap list returns more than just installed packages

Open bryce-carson opened this issue 3 years ago • 2 comments

Steps to reproduce:

  1. tap --help and note the below text. https://github.com/hwittenborn/tap/blob/d8704743db7880aa36b7a05ee9e951c2ea7890b7/tap/cfg.py#L35
  2. tap list and observe that uninstalled (but known) packages are listed.

What I expected to happen: tap list lists only packages that are installed.


tap list should only list installed packages, such as apt list --installed does.

bryce-carson avatar Feb 09 '22 10:02 bryce-carson

For what it's worth, tap list -im or longhand tap list --installed --mpr-only does this.

hiddeninthesand avatar Feb 10 '22 11:02 hiddeninthesand

Yep. Just clarifying the usage statement could be a small improvement.

Changing to "List packages" rather than "list installed packages" is another alternative, if the default is to list all packages.

bryce-carson avatar Feb 10 '22 13:02 bryce-carson