fix(cli/systemd): Fix status command to pass debug flag and improve systemd status logging output

This commit is contained in:
2025-03-25 10:27:08 +00:00
parent 5eefe8cf40
commit edce110c8a
4 changed files with 27 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-03-25 - 2.0.1 - fix(cli/systemd)
Fix status command to pass debug flag and improve systemd status logging output
- ts/cli.ts: Now extracts debug options from process arguments and passes debug mode to getStatus.
- ts/systemd.ts: Updated getStatus to accept a debugMode parameter, enabling detailed SNMP debug logging, explicitly reloading configuration, and printing connection details.
## 2025-03-25 - 2.0.0 - BREAKING CHANGE(snmp)
refactor: update SNMP type definitions and interface names for consistency