mirror of
https://github.com/espressif/openthread.git
synced 2026-08-26 20:19:53 +00:00
[cli] update sub-modules to use Process<Cmd("cmd")> method (#8224)
This commit updates CLI `SrpServer`, `CoapSecure`, `UdpExample`, and
`TcpExample` to use the template `Process<Cmd("cmd")>` model. This
helps make them similar to other CLI modules.
This commit is contained in:
@@ -68,7 +68,7 @@ expect "Error 6: Parse"
|
||||
send "udp send -x something_invalid\n"
|
||||
expect "Error 7: InvalidArgs"
|
||||
send "udp\n"
|
||||
expect "Error 7: InvalidArgs"
|
||||
expect "Error 35: InvalidCommand"
|
||||
|
||||
send "udp linksecurity\n"
|
||||
expect "Enabled"
|
||||
|
||||
Reference in New Issue
Block a user