mh0rst / turionpowercontrol

Automatically exported from code.google.com/p/turionpowercontrol
9 stars 4 forks source link

Command-line parsing revamp #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are twoissues with current command-line parsing:
1. TPC silently ignores unknown options (users don't know that they made a 
mistake)
2. TPC performs actions dictated by command-line arguments during parsing 
process
   == it's possible for TPC to perform only subset of command-line "instructions";
   this should be more of "all-or-nothing" paradigm...

Original issue reported on code.google.com by kszy...@gmail.com on 19 Dec 2012 at 5:28

GoogleCodeExporter commented 9 years ago
Changes between r112 and r144 (esp. r120, r123, r124, r127, r129, r130, r131, 
r133,
r134, r135, r136, r137, r138, r139, r140, r141, r142) take care of item #1 
above.

Original comment by kszy...@gmail.com on 21 Jan 2013 at 1:56