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¶
-