command

package
v0.0.0-...-93e2160 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commands

type Commands struct {
	// Load is the command that loads an Excel file into the database.
	Load load.Load `command:"load" alias:"l" description:"Load an Excel file into the database."`
	// Query is the command that queries the database.
	Query query.Query `command:"query" alias:"q" description:"Query the database."`
	// Reports is the command that generates reports.
	Reports reports.Reports `command:"reports" alias:"r" description:"Generate reports."`
	// Version prints overlay version information and exits.
	Version version.Version `command:"version" alias:"v" description:"Show the command version and exit."`
}

Commands is the set of root command groups.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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