Skip to content

main

appimage_updater.main

Main application entry point using CLI encapsulation architecture.

This module provides the main CLI entry point and maintains backward compatibility for tests that import the 'app' object.

app = _cli_app.app module-attribute

cli_main()

Main CLI entry point using the new CLI architecture.

Source code in src/appimage_updater/main.py
def cli_main() -> None:
    """Main CLI entry point using the new CLI architecture."""
    _cli_app.run()