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

Commit be8683f

Browse files
Merge pull request #7 from Numpsy/rw/reset_color
Reset the console colour after printing the list of commands
2 parents a130793 + d511ab5 commit be8683f

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)