From 0c12d5285c9a847c832959b5d92d6ed610270d8b Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Mon, 22 Dec 2025 10:43:49 +0000 Subject: show: pipe sep --- lib/input_foreman.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/input_foreman.ml b/lib/input_foreman.ml index 4873e80..696427b 100644 --- a/lib/input_foreman.ml +++ b/lib/input_foreman.ml @@ -30,7 +30,7 @@ let pp fmt inputs' = in Fmt.pf fmt "%a" (NameMap.pp Input.pp) name_map -(* Ugly, but *shrug* *) +(* Ugly code, but *shrug* *) let pp_for_earthlings pff = let hp_k_v ppf' (k, v) = let open Fmt in @@ -116,7 +116,7 @@ let pp_for_earthlings pff = let cmds' = List.map cmd_str_filled (cmd :: cmds) and formatter = - Fmt.list ~sep: (Fmt.any " ") (Fmt.list ~sep: (Fmt.any " ") Fmt.string) + Fmt.list ~sep: (Fmt.any " | ") (Fmt.list ~sep: (Fmt.any " ") Fmt.string) in [("latest-cmd", Fmt.str "$ %a" formatter cmds')] ); -- cgit v1.2.3