app

package
v0.6.5 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2025 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoInput                       = errors.New("input is required")
	ErrInputStringAndDirConflict     = errors.New("only one of input or input-dir can be set")
	ErrInputStringAndFileConflict    = errors.New("only one of input or file can be set")
	ErrInputFileAndDirConflict       = errors.New("only one of input or file can be set")
	ErrInputFileAndExcludeConflict   = errors.New("exclude cannot be used with file")
	ErrInputStringAndExcludeConflict = errors.New("exclude cannot be used with input string")
	ErrNoOutput                      = errors.New("output is required")
	ErrDataRequired                  = errors.New("data is required through the datasource or data flags")
)

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

func NewApp

func NewApp(version string) *App

func (*App) Run

func (a *App) Run(args []string) error

Jump to

Keyboard shortcuts

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