feat(cli): Improve CLI output and logging with colored header, grouped script listings, and ANSI-styled logger

This commit is contained in:
2025-10-28 19:03:13 +00:00
parent d832343b38
commit 45ac9af405
4 changed files with 58 additions and 15 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/moxytool',
version: '1.3.6',
version: '1.4.0',
description: 'Proxmox administration tool for vGPU setup, VM management, and cluster configuration'
}