module Intersect:sig
..end
type
t = {
|
params : |
(* |
Catch-all list of parameters to be concatted
together and passed to the command.
| *) |
|
with_headers : |
(* |
The header of A will be prepended to the
output.
-header . | *) |
val default : t
val render : t -> string