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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user