Method: FastlaneCore::ConfigItem#allow_shell_conversion
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/config_item.rb
#allow_shell_conversion ⇒ Object
- Boolean
-
Set if the variable is to be converted to a shell-escaped String when provided as a Hash or Array
Allows items expected to be strings used in shell arguments to be alternatively provided as a Hash or Array for better readability and auto-escaped for us.
69 70 71 |
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 69 def allow_shell_conversion @allow_shell_conversion end |