cliiface

package
v1.16.9 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context interface {
	String(name string) string
	Bool(name string) bool
	Int(name string) int
	Uint(name string) uint
	Uint64(name string) uint64
	Float64(name string) float64
	Duration(name string) time.Duration
	StringSlice(name string) []string
	IsSet(name string) bool
	Path(name string) string
	Generic(name string) any
}

Context defines the minimal surface of urfave/cli.Context that our configuration constructors depend on, across services.

Jump to

Keyboard shortcuts

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