cantil

package
v0.31.2 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 5 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Nickname    string
	Description string
	Func        func(info ActionInfo) error
}

func (Action) GetNickname

func (a Action) GetNickname() string

type ActionInfo

type ActionInfo struct {
	CmdArgs []string
}

type Parser

type Parser struct {
	ParserOpts
	// contains filtered or unexported fields
}

func NewConsoleParser

func NewConsoleParser(
	actions []Action,
	opts ParserOpts,
) *Parser

func (*Parser) PrintHelp

func (p *Parser) PrintHelp()

func (*Parser) Run

func (p *Parser) Run(args []string) error

type ParserOpts

type ParserOpts struct {
	ParentArgs    []string             // needed for help info to see what was previous called
	DefaultAction *string              // by default will be "help"
	Enverants     []*enverant.Enverant // for showing help info about available env vars
}

Jump to

Keyboard shortcuts

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