Skip to content

Commit

Permalink
cli: a few small adjustments to the CLI and docs.
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 19, 2016
1 parent 5ddfb63 commit 316ebe1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
11 changes: 1 addition & 10 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions cli/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cli/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
`
}

0 comments on commit 316ebe1

Please sign in to comment.