harthur / nomnom

Option parser for node with generated usage and commands
MIT License
470 stars 62 forks source link

Adding color overrides. #62

Open joshball opened 9 years ago

joshball commented 9 years ago

Hey Heather, This PR does two things:

  1. Allows config of colors for different output (errors, options, etc..). Probably not the best break down, but it keeps it consistent. Would like to switch to something other than chalk (more options).
  2. Changes default windows color (blue isn't readable on windows).

If you like, we can iterate on the configuration of colors (add/subtracting different 'usages').

Let me know what you think.