internal

package
v1.66.3 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CompleteCmds  map[*ffcli.Command]CompleteFunc
	CompleteFlags map[*flag.Flag]CompleteFunc
)

Functions

func Complete

func Complete(root *ffcli.Command, args []string, startFlags, descs bool) (words []string, dir cobra.ShellCompDirective, err error)

Complete returns the autocomplete suggestions for the root program and args.

The returned words do not necessarily need to be prefixed with the last arg which is being completed. For example, '--bool-flag=' will have completions 'true' and 'false'.

"HIDDEN: " is trimmed from the start of Flag Usage's.

Types

type CompleteFunc

type CompleteFunc func([]string) ([]string, cobra.ShellCompDirective, error)

Jump to

Keyboard shortcuts

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