Documentation ¶
Overview ¶
Package cmd contains the CLI implementation for hareply.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Debug bool `help:"Enable debug mode."` Serve struct { Host string `help:"Host to listen on." default:""` Port int `help:"Port to reply on." short:"p" default:"8442"` StateFile string `help:"Path to read response from." short:"f" default:"agentstate"` } `cmd:"" help:"Start hareply TCP responder service."` Version kong.VersionFlag }
Config represents the configuration for the hareply CLI.
Click to show internal directories.
Click to hide internal directories.