EmbeddedNim / picostdlib

Nim wrapper for the raspberry pi stdlib
MIT License
70 stars 11 forks source link

Colourized terminal output #4

Closed casey-SK closed 2 years ago

casey-SK commented 3 years ago

Similar to how nimble looks.

  1. when the program is called with some arguments, print a hint: message to read back the interpreted arguments/option/flag
  2. tell the user whenever something is being pulled from the world wide web.
  3. nice colourized error messages.
beef331 commented 3 years ago

For reference did replace the exception handing with a error message as such https://github.com/beef331/picostdlib/blob/master/src/piconim.nim#L5