module Athena::Framework::Commands
#
Namespace for the built in Athena::Console commands that come bundled with the framework.
Currently it provides:
ATH::Commands::DebugEventDispatcher- Display configured listeners for an applicationATH::Commands::DebugRouter- Display current routes for an applicationATH::Commands::DebugRouterMatch- Simulate a path match to see which route, if any, would handle it
See each command class for more information.