Documentation ¶
Overview ¶
package entrypoint is the actual entrypoint for the command line application
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CLI struct { Logging struct { Level string `help:"logging level" default:"info"` Format string `help:"logging format (${enum})" enum:"console,json" default:"json"` } `embed:"" prefix:"logging."` Assets assets.Config `embed:"" prefix:"assets."` Badges badges.BadgeConfig `embed:"" prefix:"badges."` BadgeConfigDir string `help:"Path to the predefined badge configuration directory" type:"existingdir"` Debug struct { Assets struct { List struct { } `cmd:"" help:"list embedded files in the binary"` Cat struct { Filename string `arg:"" name:"filename" help:"embedded file to emit to stdout"` } `cmd:"" help:"output the specifid file to stdout"` } `cmd:""` } `cmd:""` API server.APIServerConfig `cmd:"" help:"Launch the web API"` }
View Source
var (
ErrCommandNotImplemented = errors.New("Command not implemented")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.