Documentation
¶
Index ¶
Constants ¶
View Source
const VersionVar = "version"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base32Bytes ¶
type Base32Bytes struct {
// contains filtered or unexported fields
}
func (Base32Bytes) Bytes ¶
func (b Base32Bytes) Bytes() []byte
func (*Base32Bytes) Decode ¶
func (b *Base32Bytes) Decode(ctx *kong.DecodeContext) error
func (Base32Bytes) String ¶
func (b Base32Bytes) String() string
type Base64Bytes ¶
type Base64Bytes struct {
// contains filtered or unexported fields
}
func (Base64Bytes) Bytes ¶
func (b Base64Bytes) Bytes() []byte
func (*Base64Bytes) Decode ¶
func (b *Base64Bytes) Decode(ctx *kong.DecodeContext) error
func (Base64Bytes) String ¶
func (b Base64Bytes) String() string
type BytesFromFile ¶
type BytesFromFile struct {
// contains filtered or unexported fields
}
func (BytesFromFile) Bytes ¶
func (b BytesFromFile) Bytes() []byte
func (*BytesFromFile) Decode ¶
func (b *BytesFromFile) Decode(ctx *kong.DecodeContext) error
func (BytesFromFile) String ¶
func (b BytesFromFile) String() string
type VersionFlag ¶
type VersionFlag bool
func (VersionFlag) BeforeApply ¶
func (VersionFlag) BeforeApply(app *kong.Kong) error
Click to show internal directories.
Click to hide internal directories.