# File lib/yard/cli/diff.rb, line 11
      def initialize
        super
        @list_all = false
        @use_git = false
        @old_git_commit = nil
        @old_path = Dir.pwd
        log.show_backtraces = true
      end