# File lib/yard/cli/list.rb, line 12
      def run(*args)
        if args.include?('--help')
          puts "Usage: yard list [yardoc_options]"
          puts "Takes the same arguments as yardoc. See yardoc --help"
        else
          Yardoc.run('-c', '--list', *args)
        end
      end