Versions in this module Expand all Collapse all v1 v1.4.6 May 20, 2020 Changes in this version + type CLI struct + func NewCLI(name, help string) *CLI + func (cli *CLI) Command(name, help string, onCommand CLICommand) *kingpin.CmdClause + func (cli *CLI) Run(args []string) + type CLICommand func(Config) error + type Config struct + SignerConfig signer.Config + TLSConfig comm.Config + Version int + func ConfigFromFile(file string) (Config, error) + func (c Config) ToFile(file string) error