Add version command. (#237)

This commit is contained in:
Jonathan Hui
2016-07-04 10:12:25 -07:00
committed by GitHub
parent 0dc1a6a321
commit 0abde2e2cc
3 changed files with 20 additions and 0 deletions
+11
View File
@@ -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.