thinkbeforecoding / Fargo

A functional command line argument parser with builtin completion.
33 stars 7 forks source link

Reset the console colour after printing the list of commands #7

Closed Numpsy closed 5 months ago

Numpsy commented 5 months ago

When doing some testing I noticed that when I ran my test app with no command specified, it printed an error message in red, then the list of commands in yellow, and then left the terminal colour set to yellow.

I think it should be setting it back to default, as it does after printing the lists of arguments and options?

thinkbeforecoding commented 5 months ago

Thank you!