CompletionCandidates

Configurations for generating shell autocomplete suggestions

Inheritors

Types

Link copied to clipboard

Complete the parameter with words emitted from a custom script.

Link copied to clipboard
data class Fixed(val candidates: Set<String>) : CompletionCandidates

Complete the parameter with a fixed set of strings

Link copied to clipboard

Complete with entries in the system's hostfile

Link copied to clipboard

Do not autocomplete this parameter

Link copied to clipboard

Complete with filesystem paths

Link copied to clipboard

Complete with usernames from the current system