Module Configuration.Command_configurationSource
Sourcetype interactive_review = {editor : string;default_is_accept : bool;
} Sourcetype output_options = {color : bool;json_lines : bool;json_only_diff : bool;overwrite_file_in_place : bool;diff : bool;stdout : bool;substitute_in_place : bool;count : bool;interactive_review : interactive_review option;
} Sourcetype anonymous_arguments = {match_template : string;rewrite_template : string;file_filters : string list option;
} Sourcetype compute_mode = [ | `Sequential| `Hack_parallel of int| `Parany of int
] Sourcetype run_options = {verbose : bool;match_timeout : int;dump_statistics : bool;disable_substring_matching : bool;fast_offset_conversion : bool;match_newline_toplevel : bool;bound_count : int option;compute_mode : compute_mode;
}