cli: a few small adjustments to the CLI and docs.
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
5ddfb632bc
commit
316ebe1a60
|
@ -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
|
||||
|
|
11
cli/doc.go
11
cli/doc.go
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue