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