Class | YARD::CLI::YardoptsCommand |
In: |
lib/yard/cli/yardopts_command.rb
|
Parent: | Command |
Abstract base class for command that reads .yardopts file
@abstract @since 0.8.3
DEFAULT_YARDOPTS_FILE | = | ".yardopts" | The configuration filename to load extra options from |
options_file | [RW] | The options file name (defaults to {DEFAULT_YARDOPTS_FILE}) @return [String] the filename to load extra options from |
use_document_file | [RW] | @return [Boolean] whether to parse options from .document |
use_yardopts_file | [RW] | @return [Boolean] whether to parse options from .yardopts |