2014-10-29 05:52:59 +08:00
|
|
|
/*
|
|
|
|
CLI tool for generating new Gobot projects.
|
|
|
|
|
|
|
|
NAME:
|
2016-10-08 16:33:04 +08:00
|
|
|
gobot - Command Line Utility for generating new Gobot adaptors, drivers, and platforms
|
2014-10-29 05:52:59 +08:00
|
|
|
|
|
|
|
USAGE:
|
|
|
|
gobot [global options] command [command options] [arguments...]
|
|
|
|
|
|
|
|
VERSION:
|
2016-10-08 16:40:17 +08:00
|
|
|
0.12.1
|
2014-10-29 05:52:59 +08:00
|
|
|
|
|
|
|
COMMANDS:
|
2016-10-08 16:33:04 +08:00
|
|
|
generate Generate new Gobot adaptors, drivers, and platforms
|
2014-10-29 05:52:59 +08:00
|
|
|
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
|