package
Version:
v0.0.0-...-42619b2
Opens a new window with list of versions in this module.
Published: Jul 7, 2017
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package app is Beehive's application container. Handles command-line arguments parsing.
AddFlags adds CliFlags to appflags
Run sets up all the cli-param mappings
type CliFlag struct {
V interface{}
Name string
Value interface{}
Desc string
}
A CliFlag can be added by Beehive modules to map a command-line parameter
to a local variable
Source Files
¶
Click to show internal directories.
Click to hide internal directories.