mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-04-21 00:22:13 -04:00
[PR #7] ✨ feat: Enhance Docker cleanup script #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/bigbeartechworld/big-bear-scripts/pull/7
State: closed
Merged: Yes
This commit introduces several improvements to the Docker cleanup script:
The main goal of these changes is to provide a more user-friendly and robust Docker cleanup solution.
Summary by CodeRabbit
New Features
-v/--verboseoption for detailed output.-d/--dry-runoption to simulate actions without execution.Improvements