Class: TrelloCli::CLI::Commands::Board

Inherits:
Object
  • Object
show all
Includes:
Shared
Defined in:
lib/trello_cli/cli/commands/board.rb

Instance Method Summary collapse

Methods included from Shared

#actions, #ensure_credential_envs_set, #help, #shared_methods, #target_name

Instance Method Details

#listObject



8
9
10
11
# File 'lib/trello_cli/cli/commands/board.rb', line 8

def list
  ensure_credential_envs_set
  TrelloCli::CLI::Board::List.new.run
end