Documentation ¶ Index ¶ type Install func (i Install) Run(ctx *kong.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Install ¶ type Install struct { Global bool `help:"Wether to install commitlint config globally"` RegisterHooks bool `help:"Wether to register commitlint global hooks to git"` } func (Install) Run ¶ func (i Install) Run(ctx *kong.Context) error Source Files ¶ View all Source files command.goinstall.go Click to show internal directories. Click to hide internal directories.