Environment Completion

Environment variable completion.

class kmd.completions.environment.EnvironmentCompletion

Complete names of variables in the process environment.

EnvironmentCompletion.__call__(text)

Return environment variables matching ‘text’.

Variable names are returned with a leading ‘$’ character. The search string may start with a ‘$’ character which is stripped before matching.

Previous topic

Hostname Completion

Next topic

Command Completion