Skip to content

Commit 1325870

Browse files
committed
describe: add comments to describe_format
Signed-off-by: Ali Caglayan <[email protected]>
1 parent f4cb122 commit 1325870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/describe/describe_format.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ type t =
66
| Sexp
77
| Csexp
88

9+
(** Command line option for taking a serialisation format *)
910
val arg : t Term.t
1011

12+
(** [print_dyn t dyn] prints the dyn to stdout serialised as configured in [t] *)
1113
val print_dyn : t -> Dyn.t -> unit

0 commit comments

Comments
 (0)