Class: Pod::Command::Flutter

Inherits:
Pod::Command show all
Defined in:
lib/cocoapods-flutter/command/flutter.rb,
lib/cocoapods-flutter/command/flutter/dsym.rb,
lib/cocoapods-flutter/command/flutter/archive.rb

Direct Known Subclasses

Archive, DSYM

Defined Under Namespace

Classes: Archive, DSYM

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Flutter

Returns a new instance of Flutter.



13
14
15
16
# File 'lib/cocoapods-flutter/command/flutter.rb', line 13

def initialize(argv)
  @help = argv.flag?('help')
  super
end

Instance Method Details

#validate!Object



18
19
20
21
# File 'lib/cocoapods-flutter/command/flutter.rb', line 18

def validate!
  super
  banner! if @help
end