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

feat: Exclude External Disks from Analyze (#428)

Created optional flag `--exclude-volumes` for `mo analyze` to consent the users to analyze the filesystem without taking in consideration attached Volumes.
Normal behaviour (with volumes included) is left untouched.
This commit is contained in:
Andrei Murariu
2026-02-10 09:28:33 +02:00
committed by GitHub
parent 9aa5a0a69d
commit 37bdc6edf7
4 changed files with 22 additions and 11 deletions

1
mole
View File

@@ -223,6 +223,7 @@ show_help() {
printf " %s%-28s%s %s\n" "$GREEN" "mo optimize --dry-run" "$NC" "Preview optimization"
printf " %s%-28s%s %s\n" "$GREEN" "mo optimize --whitelist" "$NC" "Manage protected items"
printf " %s%-28s%s %s\n" "$GREEN" "mo purge --paths" "$NC" "Configure scan directories"
printf " %s%-28s%s %s\n" "$GREEN" "mo analyze --exclude-volumes" "$NC" "Skip external drives in overview"
printf " %s%-28s%s %s\n" "$GREEN" "mo update --force" "$NC" "Force reinstall latest version"
echo
printf "%s%s%s\n" "$BLUE" "OPTIONS" "$NC"