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

Version Path
cocoapods-flutter-dt-0.4.3 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.4.2 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.4.1 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.2.7 lib/cocoapods-flutter/command/flutter.rb