Method: Fastlane::Actions::ImportAction.details
- Defined in:
- fastlane/lib/fastlane/actions/import.rb
permalink .details ⇒ Object
[View source]
16 17 18 19 20 21 |
# File 'fastlane/lib/fastlane/actions/import.rb', line 16 def self.details [ "This is useful if you have shared lanes across multiple apps and you want to store a Fastfile in a separate folder.", "The path must be relative to the Fastfile this is called from." ].join("\n") end |