krieselreihe / litr

Litr (Language Independent Task Runner) lets you configure and then run any tasks you want for any language.
MIT License
8 stars 0 forks source link

Running help for a specific command will not show the description for that command #57

Closed MartinHelmut closed 2 years ago

MartinHelmut commented 2 years ago

Description

Given the following configuration:

[commands.hello]
script = "..."
description = "Say hello."

Running:

litr hello --help

Will produce:

Litr - Language Independent Task Runner [version 1.0.0]
  Configuration file found under: /Path/to/litr.toml

Usage: litr hello [options]

Options:
  -h --help  Show this screen.
  -v --version Show current Litr version.

Problem

The description is not sown.