faust.cli.completion¶
-
class
faust.cli.completion.completion(ctx: click.core.Context, *args, key_serializer: Union[faust.types.codecs.CodecT, str, NoneType] = None, value_serializer: Union[faust.types.codecs.CodecT, str, NoneType] = None, **kwargs) → None[source]¶ Output shell completion to be eval’d by the shell.
-
require_app= False¶
-