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 // Verbose gives more information on output if set. This variable is copied into the appropriate packages. Verbose bool )
View Source
var (
// LogfileName is the filename of the logfile. "off" inhibits logfile writing.
LogfileName = "off"
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.