Skip to content

class Athena::Framework::Console::Application
inherits Athena::Console::Application #

Entrypoint for the Athena::Console integration. This service should be fetched via ADI.container within your console CLI file.

# Require your code
require "./main"

# Run the application
ADI.container.athena_console_application.run

Checkout the Getting Started docs for more information.