package janestreet_csv
Tools for working with CSVs on the command line
Install
Dune Dependency
Authors
Maintainers
Sources
janestreet_csv-v0.16.0.tar.gz
sha256=c039eeef15bc68460984e74a003c3068da2e4854c4dc2cdcfec6be946f2b0a65
doc/src/janestreet_csv.csv_tool_lib/csv_param_intf.ml.html
Source file csv_param_intf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
open! Core open! Async module Open_on_rhs_intf = struct module type S = sig include module type of struct include Command.Param end val file_stdin_anon : Csv_common.Or_file.t t val file_stdin_flag : Csv_common.Or_file.t t val files : string list t val reverse : bool t val field : string t val field' : aliases:string list -> string t val time_field : string t val start_time : Time_float.t t val stop_time : Time_float.t t val grid_step : Time_float.Span.t t val max_width : int option t val prefer_split_on_spaces : bool t val regexp_arg : Re2.t Arg_type.t val regexp : Re2.t t val invert : bool t val skip_lines : int option t val sep_arg : char Arg_type.t val sep : char t val key_specifier : string t val no_header : bool t val space : int t val suppress_header : bool t val fields_gen : doc:string -> string list t val fields : string list t val pop_fields : string list t val exclude_fields : bool t val table_attrs : (string * string option) list t val th_attrs : (string * string option) list t val tr_attrs : (string * string option) list t val td_attrs : (string * string option) list t val border : bool t end end module type Csv_param = sig module Open_on_rhs_intf = Open_on_rhs_intf include Open_on_rhs_intf.S include Applicative.Let_syntax with type 'a t := 'a Command.Param.t with module Open_on_rhs_intf := Open_on_rhs_intf end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>