verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify flag descriptions

dominikbraun opened this issue · comments

The CLI flag descriptions should be unified. The current output looks as follows:

...
Flags:
  -h, --help            help for build
  -o, --output string   Specify an output directory.
      --overwrite       Allows overwriting an existing output directory.

The auto-generated help texts like help for build differ from our own texts: Specify an output directory.. It would be nice if the could lowercase the help texts and remove the trailing dots, e. g. specify an output directory.