Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalOpts ¶
type GlobalOpts struct {
Verbosity log.Level `short:"v" help:"Set log level" default:"info"`
AzureDevops bool `short:"a" help:"Enable Azure DevOps integration" env:"TF_BUILD"`
}
func ParseCommandLine ¶
func ParseCommandLine(name string, scripts []any) (*kong.Context, GlobalOpts)
Click to show internal directories.
Click to hide internal directories.