Skip to content

Commit

Permalink
describe: add comments to describe_format
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Jun 9, 2023
1 parent f4cb122 commit 1325870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/describe/describe_format.mli
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ type t =
| Sexp
| Csexp

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

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

0 comments on commit 1325870

Please sign in to comment.