Class YARD::CLI::List
In: lib/yard/cli/list.rb
Parent: Command

Lists all constant and method names in the codebase. Uses {Yardoc} —list.

Methods

description   run  

Public Instance methods

Runs the commandline utility, parsing arguments and displaying a list of objects

@param [Array<String>] args the list of arguments. @return [void]

[Validate]