summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-22 10:43:49 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-22 10:43:49 +0000
commit0c12d5285c9a847c832959b5d92d6ed610270d8b (patch)
treed2ef99f81bae47ebddc706c8a189b805845e0208 /lib
parenta123df7305f022b97c7eea9864cbdc70c1399ea3 (diff)
downloadnixtaml-0c12d5285c9a847c832959b5d92d6ed610270d8b.tar
nixtaml-0c12d5285c9a847c832959b5d92d6ed610270d8b.tar.gz
nixtaml-0c12d5285c9a847c832959b5d92d6ed610270d8b.tar.bz2
nixtaml-0c12d5285c9a847c832959b5d92d6ed610270d8b.tar.lz
nixtaml-0c12d5285c9a847c832959b5d92d6ed610270d8b.tar.xz
nixtaml-0c12d5285c9a847c832959b5d92d6ed610270d8b.tar.zst
nixtaml-0c12d5285c9a847c832959b5d92d6ed610270d8b.zip
show: pipe sep
Diffstat (limited to 'lib')
-rw-r--r--lib/input_foreman.ml4
1 files 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')]
);