Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit d511ab5

Browse files
committed
Reset the console colour after printing the list of commands
1 parent a130793 commit d511ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Fargo/Fargo.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ module Run =
598598
| Some alt -> name + ", " + alt
599599
printfn $" %-24s{cmd}%s{c.Description}"
600600
| None -> ()
601+
printfn $"%s{Colors.def}"
601602

602603
match args with
603604
| [] -> ()

0 commit comments

Comments
 (0)