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

refactor: simplify analyze volumes behavior

This commit is contained in:
tw93
2026-02-10 15:32:13 +08:00
parent 5aa02b0af0
commit b605dde450
4 changed files with 12 additions and 24 deletions

View File

@@ -68,7 +68,7 @@ mo optimize --dry-run # Preview optimization actions
mo optimize --debug # Run with detailed operation logs
mo optimize --whitelist # Manage protected optimization rules
mo purge --paths # Configure project scan directories
mo analyze --exclude-volumes # Skip external drives under /Volumes in overview
mo analyze /Volumes # Analyze external drives only
```
## Tips
@@ -150,7 +150,7 @@ Use `mo optimize --whitelist` to exclude specific optimizations.
### Disk Space Analyzer
Use `--exclude-volumes` to skip external drives under `/Volumes` in the overview (faster when many volumes are attached).
By default, overview skips external drives mounted under `/Volumes` for faster startup. To inspect external drives, run `mo analyze /Volumes` (or a specific mount path).
```bash
$ mo analyze