class Athena::DependencyInjection::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 external documentation for more information.