aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2003-10-17 19:39:13 +0000
committerMax Horn2003-10-17 19:39:13 +0000
commit1aab20ff2b1190bfc65aea05e24143c396d7fd41 (patch)
tree8f93e010d0209b0dd294d5d4e14943be0fb10f07 /TODO
parent5b1c2e68b99dde553d0a1f481f4b9ce3d280b221 (diff)
downloadscummvm-rg350-1aab20ff2b1190bfc65aea05e24143c396d7fd41.tar.gz
scummvm-rg350-1aab20ff2b1190bfc65aea05e24143c396d7fd41.tar.bz2
scummvm-rg350-1aab20ff2b1190bfc65aea05e24143c396d7fd41.zip
new command line parser (README still has to be updated)
svn-id: r10880
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index df77228498..e704af85bc 100644
--- a/TODO
+++ b/TODO
@@ -63,16 +63,6 @@ Config
In particular: -w and -l (those were kind of oddball switches, IMHO);
also -z should be split into two seperate functions (see TODO comment in
GameDetector::list_games())
-* Reconsider and reevaluate our command line options. I propose some changes:
- - add long alternatives for (almost?) all options. There should be some generic way
- to specify this, in order to avoid code duplication and to simplify the code
- - some more obscure options which currently have a single-letter options assigned
- really don't need it. E.g. the "-t<NUM>" option probably is rarely used, and anybody
- who needs it should still be happy with "--tempo=NUM"
- This will make room in the ranks of single-letter options for other more useful options
- (for example, "-t" could stand for "List (T)argets")
- - -y, -t, -c, -j all are candidates for this, IMHO: their settings are rather obscure,
- and anybody who needs them always should put them into the config file anyway