Skip to content

Commit c244a4e

Browse files
committed
Fix CI: add Commands label to help output + add WSL upgrade prompt
1 parent db18afc commit c244a4e

2 files changed

Lines changed: 960 additions & 0 deletions

File tree

bin/kodra

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ show_help() {
7878
# ── Commands ──
7979
echo -e " ${WHITE}Usage:${NC} kodra <command> [options]"
8080
echo ""
81+
echo -e " ${WHITE}Commands:${NC}"
82+
echo ""
8183
echo -e " ${ACCENT}${BOLD}Appearance${NC}"
8284
echo -e " ${WHITE}theme${NC} [name] Switch themes (interactive if no name given)"
8385
echo -e " ${WHITE}wallpaper${NC} [name] Change wallpaper (interactive if no name given)"
@@ -149,6 +151,8 @@ show_help() {
149151
echo ""
150152
echo " Usage: kodra <command> [options]"
151153
echo ""
154+
echo " Commands:"
155+
echo ""
152156
echo " Appearance"
153157
echo " theme [name] Switch themes (interactive if no name given)"
154158
echo " wallpaper [name] Change wallpaper (interactive if no name given)"

0 commit comments

Comments
 (0)