andrebrait / 1g1r-romset-generator

A small utility that uses No-Intro DATs to generate 1G1R ROM sets
GNU General Public License v3.0
213 stars 20 forks source link

[Feature Request] Add WARNING-only command line #11

Closed adlroux closed 4 years ago

adlroux commented 4 years ago

For the sake of helping users with incomplete sets, instead of parsing the whole output to check for each warnings, may I suggest the addition of the either:

andrebrait commented 4 years ago

Yeah, that was a consequence of me being a Linux-only user. It's pretty natural to me to run command 2>stderr.txt to get the separate error messages. Indeed, what you said is better, I think.

I'm going to add that. Basically, I'll redirect whatever was going to sys.stderr to this file, if the option is set.

andrebrait commented 4 years ago

I did something, though not an option anymore.

Other than fatal or critical stuff, I'm outputting all warnings to a log file called generate.log and telling the user to check it after the execution ends.

Would that be enough for you? :-)

adlroux commented 4 years ago

It's great! Thank you for your work :)

andrebrait commented 4 years ago

May I close this then? :)