Skip to content

confingy.cli#

main #

Main entry point for the confingy CLI.

This module combines all CLI commands into a single typer application.

main #

main() -> None

Main entry point for the confingy CLI.

Source code in src/confingy/cli/main.py
23
24
25
def main() -> None:
    """Main entry point for the confingy CLI."""
    app()