public class CompletionCandidates
Configurations for generating shell autocomplete suggestions
| Modifier and Type | Class and Description |
|---|---|
static class |
CompletionCandidates.Fixed
Complete the parameter with a fixed set of string
|
static class |
CompletionCandidates.Hostname
Complete with entries in the system's hostfile
|
static class |
CompletionCandidates.None
Do not autocomplete this parameter
|
static class |
CompletionCandidates.Path
Complete with filesystem paths
|
static class |
CompletionCandidates.Username
Complete with usernames from the current system
|