class Fastlane::Helper::SummonbinHelper
Public Class Methods
execute(scheme, command)
click to toggle source
# File lib/fastlane/plugin/summonbin/helper/summonbin_helper.rb, line 4 def self.execute(scheme, command) Actions.sh("summon/bin #{scheme} #{command}") end