Method: FastlaneCore::ConfigItem#display_in_shell
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/config_item.rb
#display_in_shell ⇒ Object
- Boolean
-
Set if the variable can be used from shell
72 73 74 |
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 72 def display_in_shell @display_in_shell end |