16 lines
772 B
OCaml
16 lines
772 B
OCaml
|
(**************************************************************************)
|
||
|
(* *)
|
||
|
(* Copyright (c) 2014 - 2016. *)
|
||
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
||
|
(* *)
|
||
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
||
|
(* *)
|
||
|
(**************************************************************************)
|
||
|
|
||
|
val cmd: unit Cmdliner.Term.t * Cmdliner.Term.info
|
||
|
|
||
|
module Manpage : sig
|
||
|
val command_description: string
|
||
|
val examples: Cmdliner.Manpage.block list
|
||
|
end
|