1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-12 00:39:02 +00:00

feat: add purge command to clean project build artifacts and update clean dry-run message.

This commit is contained in:
Tw93
2025-12-17 20:35:45 +08:00
parent 278cc4a565
commit 34bdd14a6f
6 changed files with 614 additions and 2 deletions

View File

@@ -477,7 +477,7 @@ start_cleanup() {
echo ""
if [[ "$DRY_RUN" != "true" && -t 0 ]]; then
echo -e "${YELLOW}${NC} First time? Run ${GRAY}mo clean --dry-run${NC} first to preview changes"
echo -e "${GRAY}${ICON_SOLID} Use --dry-run to preview, --whitelist to manage protected paths${NC}"
fi
if [[ "$DRY_RUN" == "true" ]]; then