From 316ebe1a601983735a63b8fa453a61425ce74104 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Mon, 19 Dec 2016 11:22:41 +0100 Subject: [PATCH] cli: a few small adjustments to the CLI and docs. Signed-off-by: deadprogram --- cli/README.md | 11 +---------- cli/doc.go | 11 ----------- cli/generate.go | 2 +- 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/cli/README.md b/cli/README.md index b60a8681..2f98a324 100644 --- a/cli/README.md +++ b/cli/README.md @@ -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 diff --git a/cli/doc.go b/cli/doc.go index 7286262c..7c5ea774 100644 --- a/cli/doc.go +++ b/cli/doc.go @@ -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 diff --git a/cli/generate.go b/cli/generate.go index 1f4b990e..5bcd3798 100644 --- a/cli/generate.go +++ b/cli/generate.go @@ -412,6 +412,6 @@ Explain how to connect to the device here... ## License -Copyright (c) 2015 . Licensed under the license. +Copyright (c) 2016 . Licensed under the license. ` }