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...]
|
|
|
|
|
|
|
|
*/
|
|
|
|
package main
|