Method: FastlaneCore::ConfigItem#short_option
- Defined in:
- fastlane_core/lib/fastlane_core/configuration/config_item.rb
#short_option ⇒ Object
- String
-
A string of length 1 which is used for the command parameters (e.g. -f)
22 23 24 |
# File 'fastlane_core/lib/fastlane_core/configuration/config_item.rb', line 22 def short_option @short_option end |