Unattended scripts (batch files, nUnit, Nant, etc.) are broken by prompt for y/n input if FET firmware update offered. FET firmware version often does not matter, especially for older, stable parts, or minor firmware bugfixes. Unless someone else has a solution, I would like to add a switch to suppress the FET version check. Unless someone else wants some letter reserved, I would find something mnemonic from the unused command-line switch letters "acjksty".
I've edited an option: case 's': // Suppress FET firmware update prompt ... to support unattended scripts better
which will not attempt console or stdin input.
How can I share my work?
Where can I post or submit this edit?