docker-gc
docker-gc copied to clipboard
Support parsing CLI arguments
The changelog looks huge, but basically it's just wrapping existing code inside main function while supporting passing flags like -h, --help, --force, etc. Currently supported ENV variables should work as before but it should be much easier to add new CLI flags.
Addresses issue #149