class RubyCritic::Cli::Options::Argv
def to_h
def to_h { mode: mode, root: root, formats: formats, formatters: formatters, deduplicate_symlinks: deduplicate_symlinks, paths: paths, suppress_ratings: suppress_ratings, help_text: parser.help, minimum_score: minimum_score, churn_after: churn_after, no_browser: no_browser, base_branch: base_branch, feature_branch: feature_branch, threshold_score: threshold_score } end