lib/jazzy/config.rb in jazzy-0.13.1 vs lib/jazzy/config.rb in jazzy-0.13.2

- old
+ new

@@ -154,9 +154,14 @@ 'this is useful for hiding a specific interface for ' \ 'either Objective-C or mixed Objective-C and Swift ' \ 'projects.', default: '' + config_attr :keep_property_attributes, + command_line: '--[no-]keep-property-attributes', + description: 'Include the default Objective-C property attributes.', + default: false + config_attr :config_file, command_line: '--config PATH', description: ['Configuration file (.yaml or .json)', 'Default: .jazzy.yaml in source directory or ancestor'], parse: ->(cf) { expand_path(cf) }