Completion Candidates
Configurations for generating shell autocomplete suggestions
Types
Link copied to clipboard
data class Custom(val generator: (CompletionCandidates.Custom.ShellType) -> String?) : CompletionCandidates
Complete the parameter with words emitted from a custom script.
Link copied to clipboard
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