gotask icon indicating copy to clipboard operation
gotask copied to clipboard

Fill gotask description for compiled tasks

Open owenthereal opened this issue 12 years ago • 1 comments

Running gotask -c and execute the binary, for example for the examples tasks:

NAME:
   examples - A new cli application

USAGE:
   examples [global options] command [command options] [arguments...]

VERSION:
   0.0.0

COMMANDS:
   gh-user      Get URL for a given GitHub user login
   say-hello    Say hello to current user
   help, h      Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --version    print the version
   --help, -h   show help

The description is not filled.

owenthereal avatar Dec 01 '13 15:12 owenthereal

Hello,

is the any possibility to manage by VERSION number (now I see only 0.0.0) and change Name description from "A new cli application" to some other words?

-- Regards

Blogoslov avatar Apr 12 '17 13:04 Blogoslov