faust.cli.agents¶
Program faust agents used to list agents.
-
class
faust.cli.agents.agents(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]¶ List agents.
-
title= 'Agents'¶
-
headers= ['name', 'topic', 'help']¶
-
sortkey= operator.attrgetter('name')¶
-
options= [<function option.<locals>.decorator>]¶
-