faust.cli.completion

completion - Command line utility for completion.

Supports bash, ksh, zsh, etc.

class faust.cli.completion.completion(ctx: click.core.Context, *args: Any, key_serializer: Union[faust.types.codecs.CodecT, str, None] = None, value_serializer: Union[faust.types.codecs.CodecT, str, None] = None, **kwargs: Any) → None[source]

Output shell completion to be evaluated by the shell.

require_app = False
async run() → None[source]

Dump click completion script for Faust CLI.

Return type

None

shell() → str[source]

Return the current shell used in this environment.

Return type

str