jgabaut / amboso

Build tool wrapping make. Written in bash.
GNU General Public License v3.0
4 stars 0 forks source link

[FEATURE] Add collective definition of error codes instead of using inline constants #117

Open jgabaut opened 2 weeks ago

jgabaut commented 2 weeks ago

Currently, the various error codes for exit calls are all using an inline constant.

A collection of all the codes would allow more flexibility in updating them for a future version.