bin/mdtranslator in adiwg-mdtranslator-0.8.2 vs bin/mdtranslator in adiwg-mdtranslator-0.8.5

- old
+ new

@@ -29,10 +29,10 @@ method_option :reader, :aliases => '-r', :desc => 'Name of reader to read your input', :default => 'adiwgJson' method_option :writer, :aliases => '-w', :desc => 'Name of writer to create your metadata, or leave blank to validate input only' method_option :validate, :aliases => '-v', :desc => 'Specify level of validation to be performed', :enum => %w{none normal strict}, :default => 'normal' method_option :showAllTags, :aliases => '-s', :desc => 'Include tags for unused attributes', :type => :boolean, :default => false method_option :messages, :aliases => '-m', :desc => 'On error return messages as formatted text or json object', :enum => %w{json text}, :default => 'text' - method_option :returnObject, :aliases => '-o', :desc => 'Return full JSON object generated by translator', :type => :boolean, :default => false + # method_option :returnObject, :aliases => '-o', :desc => 'Return full JSON object generated by translator', :type => :boolean, :default => false # accept command and options def translate(file) # test to see if file parameter is a local file