1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 19:40:07 +00:00

chore(dev-clean): streamline runtime volume reporting

- reduce noisy scan output outside debug mode

- consolidate final result messaging

- run xcode/code editor stages explicitly in developer flow

- update dev cache tests for new stage calls
This commit is contained in:
tw93
2026-02-21 23:36:05 +08:00
parent c95a4ec5a8
commit 16a8bcafde
2 changed files with 29 additions and 12 deletions

View File

@@ -212,6 +212,9 @@ clean_dev_elixir() { :; }
clean_dev_haskell() { :; }
clean_dev_ocaml() { :; }
clean_dev_editors() { :; }
clean_code_editors() { :; }
clean_dev_jetbrains_toolbox() { :; }
clean_xcode_tools() { :; }
safe_clean() { :; }
debug_log() { :; }
clean_developer_tools