class AzuCLI::Middleware::Configuration

Overview

Configuration middleware

Defined in:

azu_cli/middleware/configuration.cr

Instance Method Summary

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


[View source]