command

package
v0.0.0-...-bbcbdef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2023 License: Unlicense Imports: 1 Imported by: 0

Documentation

Overview

Package command contains types that plugins use to access functionality of the commander.Commander. It is kept separate from the plugin package so that plugins can import it without risking rapid changes requiring rebuilds.

For more information, see vidar's plugin package documentation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commander

type Commander interface {
	Bindable(name string) bind.Bindable
	Execute(bind.Bindable)
}

A Commander is a type that can look up bind.Bindables by name.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL