Skip to content

Commit

Permalink
Merge pull request #7 from Numpsy/rw/reset_color
Browse files Browse the repository at this point in the history
Reset the console colour after printing the list of commands
  • Loading branch information
thinkbeforecoding authored Feb 1, 2024
2 parents a130793 + d511ab5 commit be8683f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fargo/Fargo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ module Run =
| Some alt -> name + ", " + alt
printfn $" %-24s{cmd}%s{c.Description}"
| None -> ()
printfn $"%s{Colors.def}"

match args with
| [] -> ()
Expand Down

0 comments on commit be8683f

Please sign in to comment.