command

package
v4.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2024 License: GPL-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrPSQLURIMissing = errors.New(
	"PostgreSQL connection information is missing.\n" +
		"- set postgres_url in your repository config or\n" +
		"- set the " + envVarPSQLURL + "environment variable",
)

Functions

func Execute

func Execute()

Execute parses commandline flags and execute their actions

Types

type Formatter

type Formatter interface {
	WriteRow(Row ...any) error
	Flush() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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