Sha256: 2f7ea2905be27eff0994a56fe84adecf530c9828e3eaf606379b38e36b12d291

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

module TrelloCli
  module CLI
    module Commands
      class Card

        include Shared

        def create
          TrelloCli::CLI::Card::Create.new.run
        end

        def list
          TrelloCli::CLI::Card::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/card.rb
trello_cli-0.0.2 lib/trello_cli/cli/commands/card.rb