Module: Fastlane::Branch::FastlaneDescriptionFormat

Includes:
BranchIOCLI::Format
Defined in:
lib/fastlane/plugin/branch/fastlane_format.rb

Instance Method Summary collapse

Instance Method Details

#header(text, level = 1) ⇒ Object



37
38
39
# File 'lib/fastlane/plugin/branch/fastlane_format.rb', line 37

def header(text, level = 1)
  "#{text}: "
end

#highlight(text) ⇒ Object



29
30
31
# File 'lib/fastlane/plugin/branch/fastlane_format.rb', line 29

def highlight(text)
  text
end

#italics(text) ⇒ Object



33
34
35
# File 'lib/fastlane/plugin/branch/fastlane_format.rb', line 33

def italics(text)
  text
end

#option(opt) ⇒ Object



25
26
27
# File 'lib/fastlane/plugin/branch/fastlane_format.rb', line 25

def option(opt)
  highlight opt.to_s
end