cli: a few small adjustments to the CLI and docs.

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2016-12-19 11:22:41 +01:00
parent 5ddfb632bc
commit 316ebe1a60
3 changed files with 2 additions and 22 deletions

View File

@ -25,16 +25,7 @@ CLI tool for generating new Gobot projects.
USAGE:
gobot [global options] command [command options] [arguments...]
VERSION:
0.12.1
COMMANDS:
generate Generate new Gobot adaptors, drivers, and platforms
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
...
```
## License

View File

@ -7,16 +7,5 @@ CLI tool for generating new Gobot projects.
USAGE:
gobot [global options] command [command options] [arguments...]
VERSION:
0.12.1
COMMANDS:
generate Generate new Gobot adaptors, drivers, and platforms
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
*/
package main

View File

@ -412,6 +412,6 @@ Explain how to connect to the device here...
## License
Copyright (c) 2015 <Your Name Here>. Licensed under the <Insert license here> license.
Copyright (c) 2016 <Your Name Here>. Licensed under the <Insert license here> license.
`
}