struct Hyoki::CLI::Config
- Hyoki::CLI::Config
- Struct
- Value
- Object
Defined in:
hyoki.crConstructors
Instance Method Summary
- #clone
- #copy_with(report_type _report_type = @report_type, report_format _report_format = @report_format, highlight _highlight = @highlight, excerpt_context_length _excerpt_context_length = @excerpt_context_length, sort_order _sort_order = @sort_order, include_ascii _include_ascii = @include_ascii, mecab_dict_dir _mecab_dict_dir = @mecab_dict_dir, show_help _show_help = @show_help, show_version _show_version = @show_version)
- #excerpt_context_length : Int32 | Tuple(Int32, Int32)
- #excerpt_context_length=(excerpt_context_length : Int32 | Tuple(Int32, Int32))
- #highlight : Highlight
- #highlight=(highlight : Hyoki::CLI::Highlight)
- #include_ascii : Bool
- #include_ascii=(include_ascii : Bool)
- #mecab_dict_dir : String | Nil
- #mecab_dict_dir=(mecab_dict_dir : Nil | String)
- #report_format : Document::ReportFormat
- #report_format=(report_format : Hyoki::Document::ReportFormat)
- #report_type : Document::ReportType
- #report_type=(report_type : Hyoki::Document::ReportType)
- #show_help : Bool
- #show_help=(show_help : Bool)
- #show_version : Bool
- #show_version=(show_version : Bool)
- #sort_order : Document::SortOrder
- #sort_order=(sort_order : Hyoki::Document::SortOrder)
Constructor Detail
def self.new(report_type : Document::ReportType, report_format : Document::ReportFormat, highlight : Highlight, excerpt_context_length : Int32 | Tuple(Int32, Int32), sort_order : Document::SortOrder, include_ascii : Bool, mecab_dict_dir : String | Nil, show_help : Bool, show_version : Bool)
#
Instance Method Detail
def copy_with(report_type _report_type = @report_type, report_format _report_format = @report_format, highlight _highlight = @highlight, excerpt_context_length _excerpt_context_length = @excerpt_context_length, sort_order _sort_order = @sort_order, include_ascii _include_ascii = @include_ascii, mecab_dict_dir _mecab_dict_dir = @mecab_dict_dir, show_help _show_help = @show_help, show_version _show_version = @show_version)
#