Class: Rubyists::Linear::CLI::Team::List
- Inherits:
-
Object
- Object
- Rubyists::Linear::CLI::Team::List
- Includes:
- Caller, CommonOptions, SemanticLogger::Loggable
- Defined in:
- lib/linear/commands/team/list.rb
Overview
The List class is a Dry::CLI::Command that lists issues
Instance Method Summary collapse
Methods included from CommonOptions
Methods included from Caller
Instance Method Details
#call(**options) ⇒ Object
20 21 22 23 |
# File 'lib/linear/commands/team/list.rb', line 20 def call(**) logger.debug 'Listing teams' display teams_for(), end |