mirror of
https://github.com/tw93/Mole.git
synced 2026-02-14 18:47:28 +00:00
style: standardize punctuation across codebase
- Replace parentheses with commas for supplementary info - Use commas instead of em-dashes for separators - Update bullet points from - to * in some contexts - Improve version extraction regex with fallback logic
This commit is contained in:
@@ -220,7 +220,7 @@ perform_purge() {
|
||||
|
||||
# Show help message
|
||||
show_help() {
|
||||
echo -e "${PURPLE_BOLD}Mole Purge${NC} - Clean old project build artifacts"
|
||||
echo -e "${PURPLE_BOLD}Mole Purge${NC}, Clean old project build artifacts"
|
||||
echo ""
|
||||
echo -e "${YELLOW}Usage:${NC} mo purge [options]"
|
||||
echo ""
|
||||
@@ -231,7 +231,7 @@ show_help() {
|
||||
echo ""
|
||||
echo -e "${YELLOW}Default Paths:${NC}"
|
||||
for path in "${DEFAULT_PURGE_SEARCH_PATHS[@]}"; do
|
||||
echo " - $path"
|
||||
echo " * $path"
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user