text

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LayoutFlagName     = "text-layout"
	LayoutConfigPath   = "text.layout"
	IDFormatFlagName   = "text-id-format"
	IDFormatConfigPath = "text.id-format"
	DefaultLayout      = LayoutCompact
	DefaultIDFormat    = IDFormatCompact
)

Variables

This section is empty.

Functions

func AddFlags

func AddFlags(flags *pflag.FlagSet)

func BindFlags

func BindFlags(cfg config.Hook, flags *pflag.FlagSet) error

Types

type IDFormat

type IDFormat string
const (
	IDFormatCompact IDFormat = "compact"
	IDFormatFull    IDFormat = "full"
)

type Layout

type Layout string
const (
	LayoutCompact Layout = "compact"
	LayoutAuto    Layout = "auto"
	LayoutWide    Layout = "wide"
)

type Settings

type Settings struct {
	Layout   Layout
	IDFormat IDFormat
}

func Resolve

func Resolve(cmd *cobra.Command, cfg config.Hook, outputFormat string) (Settings, error)

func (Settings) Validate

func (s Settings) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL