stackotter / swift-bundler

An Xcodeproj-less tool for creating cross-platform Swift apps.

Home Page:https://swiftbundler.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create string descriptions for all errors

stackotter opened this issue · comments

The error enums themselves are quite descriptive, but it would improve developer experience if those errors could be converted into more human readable strings. This would also involve ensuring that ArgumentParser displays the string descriptions of errors.

Done!