I've fixed these warning: pointer used after ‘free’ and I gave it all a test.
With that out of the way I'll move on to next.
Code:
~/Projects/argononed $ ./build/argononed -TERROR: -T is not a recognised flag or option name~/Projects/argononed $ ./build/argononed -T=5ERROR: -T is not a recognised option name~/Projects/argononed $ ./build/argononed -c=44ERROR: flag -c does not accept a value~/Projects/argononed $ ./build/argononed --colour=44ERROR: flag --colour does not accept a value~/Projects/argononed $ ./build/argononed --loglevelERROR: missing value for --loglevel
Statistics: Posted by DarkElvenAngel — Sat Mar 16, 2024 4:59 pm