Class: BadgeBridge::Bridge

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/badge/helper/badge_helper.rb

Class Method Summary collapse

Class Method Details

.available_optionsObject



4
5
6
7
# File 'lib/fastlane/plugin/badge/helper/badge_helper.rb', line 4

def self.available_options
  require 'badge'
  Badge::Options.available_options
end

.run(options) ⇒ Object



9
10
11
# File 'lib/fastlane/plugin/badge/helper/badge_helper.rb', line 9

def self.run(options)
  Badge::Runner.new.run('.', options)
end