package
3.7.1
Repository: https://github.com/buildkite/cli.git
Documentation: pkg.go.dev

# Functions

NewBinding returns a new keybinding from a set of BindingOpt options.
WithAction initializes a keybinding with the given callback to execute when pressed.
WithDisabled initializes a disabled keybinding.
WithHelp initializes a keybinding with the given help text.
WithKeys initializes a keybinding with the given keystrokes.

# Structs

Binding describes a set of keybindings and a callback to execute when pressed, along with their associated help text.
Help is help information for a given keybinding.

# Type aliases

Action is a callback function executed when a keybinding is pressed.
BindingOpt is an initialization option for a keybinding.