From d511ab5a03d9d28fd16b2672da6eac57487165d8 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Thu, 1 Feb 2024 00:54:48 +0000 Subject: [PATCH] Reset the console colour after printing the list of commands --- src/Fargo/Fargo.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Fargo/Fargo.fs b/src/Fargo/Fargo.fs index 97388f2..d73ede1 100644 --- a/src/Fargo/Fargo.fs +++ b/src/Fargo/Fargo.fs @@ -598,6 +598,7 @@ module Run = | Some alt -> name + ", " + alt printfn $" %-24s{cmd}%s{c.Description}" | None -> () + printfn $"%s{Colors.def}" match args with | [] -> ()