Formatting client_p2p_commands

This commit is contained in:
Pierre Chambart 2018-04-25 17:33:09 +02:00 committed by Grégoire Henry
parent d71ff759dc
commit 137613ee9a

View File

@ -26,7 +26,9 @@ let port_arg () =
let commands () = let commands () =
let open Clic in let open Clic in
let addr_parameter = parameter (fun _ x -> return (P2p_addr.of_string_exn x)) in let addr_parameter =
parameter (fun _ x -> return (P2p_addr.of_string_exn x))
in
[ [
command ~group ~desc: "show global network status" command ~group ~desc: "show global network status"