Sha256: 6a55f4b13e15e706ce91ce1380ebf329d9cb2ea3630d9cca4fc4c6deaf48410d

Contents?: true

Size: 379 Bytes

Versions: 4

Compression:

Stored size: 379 Bytes

Contents

module Tr3llo
  module Command
    module Label
      module List
        extend self

        def execute(board_id)
          interface = Application.fetch_interface!()
          labels = API::Label.find_all_by_board(board_id)

          interface.print_frame do
            interface.puts(View::Label::List.render(labels))
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
3llo-1.3.1 lib/3llo/command/label/list.rb
3llo-1.3.1.pre.rc.0 lib/3llo/command/label/list.rb
3llo-1.2.0 lib/3llo/command/label/list.rb
3llo-1.1.0 lib/3llo/command/label/list.rb