docs: use common tagline

A tool for glamorous shell scripts.
This commit is contained in:
Maas Lalani 2022-08-02 16:48:43 -04:00
parent c049d1a5fa
commit a4362dc317
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -42,7 +42,7 @@ func main() {
gum := &Gum{}
ctx := kong.Parse(
gum,
kong.Description(fmt.Sprintf("Tasty bubble %s for your shell.", bubbleGumPink.Render("gum"))),
kong.Description(fmt.Sprintf("A tool for %s shell scripts.", bubbleGumPink.Render("glamorous"))),
kong.UsageOnError(),
kong.ConfigureHelp(kong.HelpOptions{
Compact: true,