command

package
v0.0.0-...-5996619 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Name     string
	Icon     string
	Commands []string
}

func (Command) String

func (cmd Command) String() string

type Commands

type Commands map[string]Command

type Result

type Result struct {
	Output, ErrorOutput bytes.Buffer
	Err                 error
}

func (Result) String

func (result Result) String() string

type Results

type Results struct {
	CommandName string
	Items       map[string]Result
}

func (Results) String

func (results Results) String() string

Jump to

Keyboard shortcuts

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