Documentation ¶
Overview ¶
Taken from Thanos project.
Copyright (c) The Thanos Authors. Licensed under the Apache License 2.0.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { FlagClause // contains filtered or unexported fields }
App is a wrapper around kingping.Application for easier use.
type FlagClause ¶
type FlagClause interface {
Flag(name, help string) *kingpin.FlagClause
}
Click to show internal directories.
Click to hide internal directories.