Sha256: 23ca7b788aa82087f438b9b17e9d925db5073c25622092024fdc849450c167df
Contents?: true
Size: 436 Bytes
Versions: 4
Compression:
Stored size: 436 Bytes
Contents
require 'cocoapods-flutter/command/flutter/archive' require 'cocoapods-flutter/command/flutter/dsym' module Pod class Command class Flutter < Command self.summary = '' self.description = <<-DESC flutter command line tools DESC def initialize(argv) @help = argv.flag?('help') super end def validate! super banner! if @help end end end end
Version data entries
4 entries across 4 versions & 1 rubygems