From 37d2bc28886d5edb52cabc5cd262dc8291feb80e Mon Sep 17 00:00:00 2001 From: Jeremy Saenz Date: Mon, 15 Jul 2013 08:19:49 -0700 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 6b0b436..40b0c84 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,34 @@ $ greet Hello friend! ``` +cli.go also generates some bitch-ass help text: +``` +$ greet help +NAME: + greet - fight the loneliness! + +USAGE: + greet [global options] command [command options] [arguments...] + +VERSION: + 0.0.0 + +COMMANDS: + help, h Shows a list of commands or help for one command + +GLOBAL OPTIONS + --version Shows version information +``` + +### Arguments +WIP + +### Flags +WIP + +### Subcommands +WIP + + ## About cli.go is written by none other than the [Code Gangsta](http://codegangsta.io)