dxxb / sim-arduboy

Arduboy board implementation using simavr
GNU General Public License v3.0
22 stars 8 forks source link

Wrong exit code? #5

Closed dlancer closed 6 years ago

dlancer commented 6 years ago

https://github.com/dxxb/sim-arduboy/blob/db7d0ebd8d3f3133f700da18339497a47c969a8c/src/cli.c#L131-L134

This will return -1 to shell when we close app window or use 'q' for exit. That a desired behavior or we should return 0 (success)?

dxxb commented 6 years ago

No, it is not desired behaviour and should be fixed.