module Hyoki::CLI

Defined in:

hyoki.cr

Constant 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)

Class Method Summary

Class Method Detail

def self.puts_or_print(string) #

[View source]
def self.run #

[View source]