hybridgroup.gobot/cli/doc.go

23 lines
498 B
Go
Raw Normal View History

2014-10-29 05:52:59 +08:00
/*
CLI tool for generating new Gobot projects.
NAME:
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:
0.12.1
2014-10-29 05:52:59 +08:00
COMMANDS:
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