Sha256: af3bee70c09e94de662e627f31b0b8153a8a15dbb63d42b37d45723ce7eaae86

Contents?: true

Size: 195 Bytes

Versions: 2

Compression:

Stored size: 195 Bytes

Contents

module TrelloCli
  module CLI
    module Commands
      class List

        include Shared

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

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trello_cli-0.0.3 lib/trello_cli/cli/commands/list.rb
trello_cli-0.0.2 lib/trello_cli/cli/commands/list.rb