Method: Fastlane::Actions::ShAction.example_code

Defined in:
fastlane/lib/fastlane/actions/sh.rb

.example_codeObject



59
60
61
62
63
64
# File 'fastlane/lib/fastlane/actions/sh.rb', line 59

def self.example_code
  [
    'sh("ls")',
    'sh("git", "commit", "-m", "My message")'
  ]
end