Method: FastlaneCore::ConfigItem#optional
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/config_item.rb
#optional ⇒ Object
- Boolean
-
is false by default. If set to true, also string values will not be asked to the user
43 44 45 |
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 43 def optional @optional end |