Method: Fastlane::Actions::ShAction.details

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

.detailsObject



16
17
18
19
20
21
# File 'fastlane/lib/fastlane/actions/sh.rb', line 16

def self.details
  [
    "Allows running an arbitrary shell command.",
    "Be aware of a specific behavior of `sh` action with regard to the working directory. For details, refer to [Advanced](https://docs.fastlane.tools/advanced/#directory-behavior)."
  ].join("\n")
end