feat(cli): Add config command to display current configuration and update CLI help

This commit is contained in:
2025-03-25 11:17:10 +00:00
parent ebc6f65fa9
commit bbb8f4a22c
4 changed files with 119 additions and 1 deletions

View File

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