package comby
A tool for structural code search and replace that supports ~every language
Install
Dune Dependency
Authors
Maintainers
Sources
comby-kernel.1.7.0.tar.gz
md5=ee6556d8bd9b25ed0445ebe23862e48a
sha512=e6386c8ce5ef14bbcab2b0ead5b1edc39375438f56330d5f02e81e467afe6623a7e299f97f26008d77bbc62850c6dc63a7cbe5b81671b5183ff3adeee5946bb3
doc/comby.configuration/Configuration/Command_configuration/index.html
Module Configuration.Command_configuration
Source
Source
type 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;
}
Source
type user_input_options = {
rule : string;
stdin : bool;
templates : string list option;
anonymous_arguments : anonymous_arguments option;
file_filters : string list option;
zip_file : string option;
match_only : bool;
target_directory : string;
directory_depth : int option;
exclude_directory_prefix : string list;
exclude_file_prefix : string list;
custom_metasyntax : string option;
custom_matcher : string option;
override_matcher : string option;
regex_pattern : bool;
ripgrep_args : string option;
omega : bool;
}
Source
type 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;
}
Source
type user_input = {
input_options : user_input_options;
run_options : run_options;
output_options : output_options;
}
Source
type t = {
sources : Command_input.t;
specifications : Comby_kernel.Matchers.Specification.t list;
run_options : run_options;
output_printer : Printer.t;
interactive_review : interactive_review option;
matcher : (module Comby_kernel.Matchers.Matcher.S);
metasyntax : Comby_kernel.Matchers.Metasyntax.t option;
substitute_in_place : bool;
}
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>