mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 23:09:53 +00:00
[cli] refine debug command list for better diagnostic output (#12799)
Removed redundant channel, panid, and extpanid commands. Their information is now more comprehensively provided by the dataset active -ns output. Removed partitionid from the debug command list as it was redundant with leaderdata.
This commit is contained in:
+2
-3
@@ -1536,11 +1536,10 @@ The generated output encompasses the following information:
|
||||
- Version
|
||||
- Current state
|
||||
- Uptime and attach time
|
||||
- Channel
|
||||
- PAN IDs, extended MAC address, and RLOC16
|
||||
- Extended MAC address and RLOC16
|
||||
- Active Operational Dataset (redacted)
|
||||
- Unicast and multicast IPv6 address list
|
||||
- Network Data
|
||||
- Partition ID
|
||||
- Leader Data
|
||||
- Buffer info
|
||||
- Network statistics
|
||||
|
||||
+1
-4
@@ -6857,14 +6857,11 @@ template <> otError Interpreter::Process<Cmd("debug")>(Arg aArgs[])
|
||||
"uptime",
|
||||
#endif
|
||||
"attachtime",
|
||||
"channel",
|
||||
"panid",
|
||||
"extpanid",
|
||||
"dataset active -ns",
|
||||
"ipaddr -v",
|
||||
"ipmaddr",
|
||||
"netdata show",
|
||||
"netdata show -x",
|
||||
"partitionid",
|
||||
"leaderdata",
|
||||
"bufferinfo",
|
||||
"netstat",
|
||||
|
||||
Reference in New Issue
Block a user