Sha256: 5cd36f4ee1451c46a9d85a69df50d77091a2281e8d6875439041e82809d5bfe1

Contents?: true

Size: 387 Bytes

Versions: 15

Compression:

Stored size: 387 Bytes

Contents

require 'cocoapods-flutter/command/flutter/archive'

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

15 entries across 15 versions & 1 rubygems

Version Path
cocoapods-flutter-dt-0.2.6 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.2.5 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.2.4 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.2.3 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.2.2 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.2.1 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.2.0 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.1.0 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.0.9 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.0.8 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.0.7 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.0.6 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.0.4 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.0.3 lib/cocoapods-flutter/command/flutter.rb
cocoapods-flutter-dt-0.0.2 lib/cocoapods-flutter/command/flutter.rb