You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we'll see, this actually is going to take a bit of reorganizing of argv[] reading.
Simply have V = "" and if the autopatcher has an argument -v then have verbose attached to every command that takes it. I could be hacky and attach it to the end, but that isn't standard. Maybe I should go look how other programs handle option parsing.
It will produce a fairly astonishing list of output in some cases, I would think. Considering how easy some people think this program is.
The text was updated successfully, but these errors were encountered:
I am closing this for Copper, but leaving open in general...I just don't have it in me to completely change how we parse/handle i/o, especially for something like verbose mode, which only tonyp and I have ever been interested in.
we'll see, this actually is going to take a bit of reorganizing of argv[] reading.
Simply have V = "" and if the autopatcher has an argument -v then have verbose attached to every command that takes it. I could be hacky and attach it to the end, but that isn't standard. Maybe I should go look how other programs handle option parsing.
It will produce a fairly astonishing list of output in some cases, I would think. Considering how easy some people think this program is.
The text was updated successfully, but these errors were encountered: