class
TandaCLI::Context
- TandaCLI::Context
- Reference
- Object
Defined in:
tanda_cli/context.crConstructors
Instance Method Summary
- #authenticated? : Bool
- #client : API::Client
- #config : Configuration
- #current : Current
- #display : Display
- #input : Input
Constructor Detail
def self.new(config : Configuration, client : API::Client | Nil, current : Current | Nil, display : Display, input : Input)
#