class
AzuCLI::Middleware::Configuration
- AzuCLI::Middleware::Configuration
- AzuCLI::Middleware::Base
- Reference
- Object
Overview
Configuration middleware
Defined in:
azu_cli/middleware/configuration.crInstance Method Summary
-
#before(command : Commands::Base, args : Array(String))
Called before command execution
Instance methods inherited from class AzuCLI::Middleware::Base
after(command : Commands::Base, result : Commands::Result)
after,
before(command : Commands::Base, args : Array(String))
before,
error(command : Commands::Base, error : Exception)
error
Instance Method Detail
def before(command : Commands::Base, args : Array(String))
#
Description copied from class AzuCLI::Middleware::Base
Called before command execution