Sha256: f0ad47a31580431ce979b5d2edb4242698e1d1a4fb99c087c7f0678607a03d3c
Contents?: true
Size: 356 Bytes
Versions: 30
Compression:
Stored size: 356 Bytes
Contents
module Scan class Manager def work(options) Scan.config = options FastlaneCore::PrintTable.print_values(config: options, hide_keys: [:destination, :slack_url], title: "Summary for scan #{Scan::VERSION}") return Runner.new.run end end end
Version data entries
30 entries across 30 versions & 1 rubygems