Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PowerShell ¶ added in v0.28.0
type PowerShell struct{}
PowerShell implements native completion registration for PowerShell. The completion protocol remains the same as the other shells: fetch receives the command words and returns one candidate per line, with an optional tab and description.
func (PowerShell) Complete ¶ added in v0.28.0
func (p PowerShell) Complete(vals []core.KeyVal[string]) string
func (PowerShell) Name ¶ added in v0.28.0
func (p PowerShell) Name() string
func (PowerShell) Register ¶ added in v0.28.0
func (p PowerShell) Register() string
Click to show internal directories.
Click to hide internal directories.