lib/gym/options.rb in gym-0.4.4 vs lib/gym/options.rb in gym-0.4.5

- old
+ new

@@ -67,10 +67,10 @@ short_option: "-q", env_name: "GYM_CONFIGURATION", description: "The configuration to use when building the app. Defaults to 'Release'", optional: true), FastlaneCore::ConfigItem.new(key: :silent, - short_option: "-t", + short_option: "-a", env_name: "GYM_SILENT", description: "Hide all information that's not necessary while building", default_value: false, is_string: false), FastlaneCore::ConfigItem.new(key: :codesigning_identity,