gobot.io/x/gobot@v1.16.0/cli/doc.go (about) 1 /* 2 CLI tool for generating new Gobot projects. 3 4 NAME: 5 gobot - Command Line Utility for generating new Gobot adaptors, drivers, and platforms 6 7 USAGE: 8 gobot [global options] command [command options] [arguments...] 9 10 */ 11 package main