package comby
A tool for structural code search and replace that supports ~every language
Install
Dune Dependency
Authors
Maintainers
Sources
1.2.2.tar.gz
md5=86fd3dcdaa792a5d871f695a082ad9b5
sha512=63af340d65f4ca37f00bee2a67c7a87822ef15c86051e6486c6eeb5d7fe310c845d4fff15625a72b48ceea89e14aff52dc678da1d43d2029f58b435885d568d8
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_matcher : string option;
override_matcher : string option;
regex_pattern : bool;
ripgrep_args : string option;
}
Source
type run_options = {
verbose : bool;
match_timeout : int;
dump_statistics : bool;
substitute_in_place : bool;
disable_substring_matching : bool;
omega : 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 : Specification.t list;
run_options : run_options;
output_printer : Printer.t;
interactive_review : interactive_review option;
matcher : (module Matchers.Matcher);
extension : string option;
}
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>