fix: remove env:"-" tag

This commit is contained in:
Maas Lalani 2022-08-03 13:44:56 -04:00
parent eadcc5510f
commit 5cb341f169
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

6
gum.go
View file

@ -18,13 +18,13 @@ import (
// Gum is the command-line interface for Gum.
type Gum struct {
// Version is a flag that can be used to display the version number.
Version kong.VersionFlag `short:"v" help:"Print the version number" env:"-"`
Version kong.VersionFlag `short:"v" help:"Print the version number"`
// Completion generates Gum shell completion scripts.
Completion completion.Completion `cmd:"" hidden:"" help:"Request shell completion" env:"-"`
Completion completion.Completion `cmd:"" hidden:"" help:"Request shell completion"`
// Man is a hidden command that generates Gum man pages.
Man man.Man `cmd:"" hidden:"" help:"Generate man pages" env:"-"`
Man man.Man `cmd:"" hidden:"" help:"Generate man pages"`
// Choose provides an interface to choose one option from a given list of
// options. The options can be provided as (new-line separated) stdin or a