# Functions
GetCommandFlagHandler retrieves the command handler associated with the specified flag of the specified command or nil otherwise.
GetCommandHandler retrieves the command handler associated with the specified command or nil otherwise.
NewParsedArgs creates a parsed representation of the provided arguments for the specified command.
RegisterCommandFlagHandler registers the provided ContextualizedPredictor as a completion handler for the specified flag of the specified command.
RegisterCommandHandler registers the provided ContextualizedPredictor as a completion handler for the specified command.
# Variables
AppCompletionHandler provides completion for the app commands.
ComponentNameCompletionHandler provides component name completion.
CreateCompletionHandler provides component type completion in odo create command.
FileCompletionHandler provides suggestions for files and directories.
LinkCompletionHandler provides completion for the odo link The function returns both components and services.
ProjectNameCompletionHandler provides project name completion.
ServiceClassCompletionHandler provides catalog service class name completion.
ServiceCompletionHandler provides service name completion for the current project and application.
ServiceParameterCompletionHandler provides completion for the parameter names of a selected service and plan.
ServicePlanCompletionHandler provides completion for the the plan of a selected service.
StorageDeleteCompletionHandler provides storage name completion for storage delete.
StorageMountCompletionHandler provides storage name completion for storage mount.
StorageUnMountCompletionHandler provides storage name completion for storage unmount.
LinkCompletionHandler provides completion for the odo link The function returns both components and services.
URLCompletionHandler provides completion for the url commands.
# Type aliases
ContextualizedPredictor predicts completion based on specified arguments, potentially using the context provided by the specified client to resolve the entities to be completed.