module Hyoki::CLI
Defined in:
hyoki.crConstant Summary
-
DEFAULT_CONFIG =
Config.new(report_type: Document::ReportType::Variants, report_format: Document::ReportFormat::Text, highlight: Highlight::Auto, excerpt_context_length: 5, sort_order: Document::SortOrder::Alphabetical, include_ascii: true, mecab_dict_dir: nil, show_help: false, show_version: false)