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

🎨 Modify the description style

This commit is contained in:
Tw93
2025-10-04 06:57:14 +08:00
parent cac732f410
commit 24bdbd1353
2 changed files with 13 additions and 13 deletions

14
mole
View File

@@ -125,13 +125,13 @@ show_help() {
printf " %s%s%s [command]\n\n" "$GREEN" "mole" "$NC"
printf "%s%s%s\n" "$BLUE" "COMMANDS" "$NC"
printf " %s%-20s%s %s\n" "$GREEN" "mole" "$NC" "Interactive main menu"
printf " %s%-20s%s %s\n" "$GREEN" "mole clean" "$NC" "Deeper system cleanup"
printf " %s%-20s%s %s\n" "$GREEN" "mole clean --dry-run" "$NC" "Preview cleanup (no deletions)"
printf " %s%-20s%s %s\n" "$GREEN" "mole uninstall" "$NC" "Remove applications completely"
printf " %s%-20s%s %s\n" "$GREEN" "mole update" "$NC" "Update Mole to the latest version"
printf " %s%-20s%s %s\n" "$GREEN" "mole --version" "$NC" "Show installed version"
printf " %s%-20s%s %s\n" "$GREEN" "mole --help" "$NC" "Show this help message"
printf " %s%-28s%s %s\n" "$GREEN" "mole" "$NC" "Interactive main menu"
printf " %s%-28s%s %s\n" "$GREEN" "mole clean" "$NC" "Deeper system cleanup"
printf " %s%-28s%s %s\n" "$GREEN" "mole clean --dry-run" "$NC" "Preview cleanup (no deletions)"
printf " %s%-28s%s %s\n" "$GREEN" "mole uninstall" "$NC" "Remove applications completely"
printf " %s%-28s%s %s\n" "$GREEN" "mole update" "$NC" "Update Mole to the latest version"
printf " %s%-28s%s %s\n" "$GREEN" "mole --version" "$NC" "Show installed version"
printf " %s%-28s%s %s\n" "$GREEN" "mole --help" "$NC" "Show this help message"
printf "\n%s%s%s\n" "$BLUE" "MORE" "$NC"
printf " https://github.com/tw93/mole\n\n"