mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 15:47:46 +00:00
Add version command. (#237)
This commit is contained in:
@@ -35,6 +35,7 @@ OpenThread test scripts use the CLI to execute test cases.
|
||||
* [start](#start)
|
||||
* [state](#state)
|
||||
* [stop](#stop)
|
||||
* [version](#version)
|
||||
* [whitelist](#whitelist)
|
||||
|
||||
## OpenThread Command Details
|
||||
@@ -558,6 +559,16 @@ Disable OpenThread.
|
||||
Done
|
||||
```
|
||||
|
||||
### version
|
||||
|
||||
Print the build version information.
|
||||
|
||||
```bash
|
||||
> version
|
||||
OPENTHREAD/gf4f2f04; Jul 1 2016 17:00:09
|
||||
Done
|
||||
```
|
||||
|
||||
### whitelist
|
||||
|
||||
List the whitelist entries.
|
||||
|
||||
Reference in New Issue
Block a user