fix(cli): Improve CLI logging consistency by replacing direct console output with unified logger calls.

This commit is contained in:
2025-03-26 22:38:24 +00:00
parent 39bf3e2239
commit 45ee8208b5
3 changed files with 177 additions and 152 deletions

View File

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