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

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-26 - 2.6.8 - fix(cli)
Improve CLI formatting, refine debug option filtering, and remove unused dgram import in SNMP manager
- Standardize whitespace and formatting in ts/cli.ts for consistency
- Refine argument filtering for debug mode and prompt messages
- Remove unused 'dgram' import from ts/snmp/manager.ts
## 2025-03-26 - 2.6.7 - fix(setup.sh)
Clarify net-snmp dependency installation message in setup.sh