lib/yard/cli/yardoc.rb in yard-0.9.1 vs lib/yard/cli/yardoc.rb in yard-0.9.2

- old
+ new

@@ -698,9 +698,13 @@ opts.on('--no-stats', 'Don\'t print statistics') do self.statistics = false end + opts.on('--no-progress', 'Don\'t show progress bar') do + log.show_progress = false + end + opts.on('--locale LOCALE', 'The locale for generated documentation.', ' (defaults to en)') do |locale| options.locale = locale end