Formatting client_p2p_commands
This commit is contained in:
parent
d71ff759dc
commit
137613ee9a
@ -26,7 +26,9 @@ let port_arg () =
|
||||
|
||||
let commands () =
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user