fix(cli): Improve CLI formatting, refine debug option filtering, and remove unused dgram import in SNMP manager

This commit is contained in:
2025-03-26 17:49:50 +00:00
parent 87005e72f1
commit 588aeabf4b
5 changed files with 269 additions and 181 deletions

View File

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