Open ernstklrb opened 1 year ago
A use case for the '-l' option would be to capture the list of packages and pipe it to other commands, e.g. pip-autoremove -l xyz > list.txt
pip-autoremove -l xyz > list.txt
To make that possible, this patch make the following changes:
A use case for the '-l' option would be to capture the list of packages and pipe it to other commands, e.g.
pip-autoremove -l xyz > list.txt
To make that possible, this patch make the following changes: