cli

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	URL       *url.URL
	ExtraArgs []string

	Cfg config.Config

	AWSSigv4    *aws.Config
	Basic       *core.KeyVal
	Bearer      string
	BuildInfo   bool
	Complete    string
	ConfigPath  string
	ContentType string
	Data        io.Reader
	DryRun      bool
	Edit        bool
	Form        []core.KeyVal
	Help        bool
	Method      string
	Multipart   []core.KeyVal
	Output      string
	OutputDir   bool
	Range       []string
	UnixSocket  string
	Update      bool
	Version     bool
	// contains filtered or unexported fields
}

App represents the full configuration for a fetch invocation.

func Parse

func Parse(args []string) (*App, error)

func (*App) CLI

func (a *App) CLI() *CLI

func (*App) PrintHelp added in v0.4.1

func (a *App) PrintHelp(p *core.Printer)

type Arguments

type Arguments struct {
	Name        string
	Description string
}

type CLI

type CLI struct {
	Description    string
	ArgFn          func(s string) error
	Args           []Arguments
	Flags          []Flag
	ExclusiveFlags [][]string
}

type Flag

type Flag struct {
	Short       string
	Long        string
	Aliases     []string
	Args        string
	Description string
	Default     string
	Values      []core.KeyVal
	HideValues  bool
	IsHidden    bool
	IsSet       func() bool
	OS          []string
	Fn          func(value string) error
}

type MissingEnvVarError added in v0.6.0

type MissingEnvVarError struct {
	EnvVar string
	Flag   string
}

func (*MissingEnvVarError) Error added in v0.6.0

func (err *MissingEnvVarError) Error() string

func (*MissingEnvVarError) PrintTo added in v0.6.0

func (err *MissingEnvVarError) PrintTo(p *core.Printer)

Jump to

Keyboard shortcuts

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