raspberrypi / pico-project-generator

Tool to automatically generate a Pico C SDK Project
BSD 3-Clause "New" or "Revised" License
297 stars 75 forks source link

Meaningful exit codes #79

Closed paulober closed 1 year ago

paulober commented 1 year ago

Currently you only get 0 or -1 as exit codes. If a parent process don't wan't to parse all the stdout, the only option is to rely on exit codes to tell it what happened in the child process. Therefore exit codes which correspond to a specific result of the project generator would be great.

I would implement this...