Sha256: e5ddf921af1adb543d4b1602142ff9a5f4ea71b6228889403509b905d7b15c96
Contents?: true
Size: 303 Bytes
Versions: 5
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true module GoNative module Commands module IOS class AddFiles < Base desc 'Add language to the project' argument :path, required: true def call(path:, **) Plugins::IOS::AddFiles.call(path) end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems