abstract class
AzuCLI::Middleware::Base
- AzuCLI::Middleware::Base
- Reference
- Object
Overview
Base middleware class for cross-cutting concerns
Direct Known Subclasses
Defined in:
azu_cli/middleware/base.crInstance Method Summary
-
#after(command : Commands::Base, result : Commands::Result)
Called after command execution
-
#before(command : Commands::Base, args : Array(String))
Called before command execution
-
#error(command : Commands::Base, error : Exception)
Called when an error occurs
Instance Method Detail
Called after command execution