Method: Fastlane::Actions::CaptureIosScreenshotsAction.example_code
- Defined in:
- fastlane/lib/fastlane/actions/capture_ios_screenshots.rb
.example_code ⇒ Object
45 46 47 48 49 50 51 52 53 54 |
# File 'fastlane/lib/fastlane/actions/capture_ios_screenshots.rb', line 45 def self.example_code [ 'capture_ios_screenshots', 'snapshot # alias for "capture_ios_screenshots"', 'capture_ios_screenshots( skip_open_summary: true, clean: true )' ] end |