You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
Steps to reproduce:
tap --helpand note the below text.tap/tap/cfg.py
Line 35 in d870474
tap listand observe that uninstalled (but known) packages are listed.What I expected to happen:
tap listlists only packages that are installed.tap listshould only list installed packages, such asapt list --installeddoes.