cli#

Attributes#

Functions#

version_callback(value)

common(ctx[, version])

A function for getting the app version

Module Contents#

cli.httpx_logger#
cli.log#
cli.app#
cli.version_callback(value)#
Parameters:

value (bool) –

Return type:

None

cli.common(ctx, version=typer.Option(None, '--version', '-v', callback=version_callback, help='Print the version and exit.'))#

A function for getting the app version

This will call the version_callback function to print the version and exit.

Parameters:
  • ctx (typer.Context) – The typer context

  • version (bool) – A boolean flag for the version

Return type:

None

cli.aggregate#
cli.diagram#
cli.document#
cli.llm_self_eval#
cli.partition#
cli.render#
cli.translate#