cli#
Attributes#
Functions#
|
|
|
A function for getting the app version |
Module Contents#
- cli.httpx_logger#
- cli.log#
- cli.app#
- 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#