diff --git a/src/cli/lib/cli/menu-system.ts b/src/cli/lib/cli/menu-system.ts index ad06e30..59d1d79 100644 --- a/src/cli/lib/cli/menu-system.ts +++ b/src/cli/lib/cli/menu-system.ts @@ -3,12 +3,12 @@ import { colors } from '@/utils/colors.js'; import { type CommandMetadata, getCommandsByCategory } from './command-registry.js'; const LOGO = ` - ███████╗██████╗ ███████╗ ██████╗ ███╗ ███╗ █████╗ ██████╗██╗ ██╗██╗███╗ ██╗███████╗ - ██╔════╝██╔══██╗██╔════╝██╔════╝ ████╗ ████║██╔══██╗██╔════╝██║ ██║██║████╗ ██║██╔════╝ - ███████╗██████╔╝█████╗ ██║ ██╔████╔██║███████║██║ ███████║██║██╔██╗ ██║█████╗ - ╚════██║██╔═══╝ ██╔══╝ ██║ ██║╚██╔╝██║██╔══██║██║ ██╔══██║██║██║╚██╗██║██╔══╝ - ███████║██║ ███████╗╚██████╗ ██║ ╚═╝ ██║██║ ██║╚██████╗██║ ██║██║██║ ╚████║███████╗ - ╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ + ██████╗ ███████╗██╗ ██╗ ██████╗ ██████╗ ██████╗██╗ ██╗ + ██╔══██╗██╔════╝██║ ██║ ██╔═══██╗██╔══██╗██╔════╝██║ ██║ + ██║ ██║█████╗ ██║ ██║ ██║ ██║██████╔╝██║ ███████║ + ██║ ██║██╔══╝ ╚██╗ ██╔╝ ██║ ██║██╔══██╗██║ ██╔══██║ + ██████╔╝███████╗ ╚████╔╝ ╚██████╔╝██║ ██║╚██████╗██║ ██║ + ╚═════╝ ╚══════╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ `; export interface MenuOption {