module Fastlane::Branch::FastlaneDescriptionFormat

Public Instance Methods

header(text, level = 1) click to toggle source
# File lib/fastlane/plugin/branch/fastlane_format.rb, line 42
def header(text, level = 1)
  "#{text}: "
end
highlight(text) click to toggle source
# File lib/fastlane/plugin/branch/fastlane_format.rb, line 34
def highlight(text)
  text
end
italics(text) click to toggle source
# File lib/fastlane/plugin/branch/fastlane_format.rb, line 38
def italics(text)
  text
end