args

package
v0.63.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Overview

Package args implements the commandline interface and calls the appropriate commands.

Package args implements the commandline interface and calls the appropriate commands.

Package args implements the commandline interface and calls the appropriate commands. Its function Handler is called in package main as entry point.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the program version number and is injected from main package.
	Version string

	// Commit is the program checksum and injected from main package.
	Commit string

	// Date is the compilation time and injected from main package.
	Date string
)

Functions

func FlagsInit added in v0.41.0

func FlagsInit()

func Handler

func Handler(w io.Writer, fSys *afero.Afero, args []string) error

Handler is called in main, evaluates args and calls the appropriate functions. It returns for program exit.

Types

This section is empty.

Jump to

Keyboard shortcuts

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