feat(cli): Refactor CLI commands to use dedicated handlers for UPS, group, and service management

This commit is contained in:
2025-03-28 22:12:01 +00:00
parent ac4b2c95f3
commit 9969e0f703
7 changed files with 1992 additions and 1969 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/nupst',
version: '3.0.1',
version: '3.1.0',
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
}