configlet icon indicating copy to clipboard operation
configlet copied to clipboard

sync: improve error handling

Open ee7 opened this issue 2 years ago • 2 comments

Replace:

  • showError with errorAndHelp
  • (stderr.writeLine msg then quit 1) with error

Refs: #123 Refs: #325


Working towards the approach that I use elsewhere, including:

https://github.com/exercism/configlet/blob/b6fff14959b095b77c982d32fbc3941d909a1845/bin/bump_version.nim#L17-L19

ee7 avatar Oct 28 '22 12:10 ee7