completion

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CommandConfig commandConfig = commandConfig{
	Name:  "completion",
	Usage: "Output shell completion code for the specified shell (zsh, bash)",
	Shells: []shellConfig{
		{
			Name:  ZSH,
			Usage: "zsh completion output",
		},
		{
			Name:  BASH,
			Usage: "bash completion output",
		},
	},
}

Functions

This section is empty.

Types

type Shell

type Shell string
const (
	BASH Shell = "bash"
	ZSH  Shell = "zsh"
)

Jump to

Keyboard shortcuts

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