summaryrefslogtreecommitdiff
path: root/contrib/utility/Documentation/CommandLine/Thoughts
blob: a10675f59458bc2e7db4d7cc1e50409160a7cf18 (plain)
1
2
3
4
5
6
7
8

@@ I should not assume that Utility::CommandLine is the only mechanism 
   used to parse command line. Application developer may be using 
   different components that employ different command line parsers. 
   Thus it seem to me that I should use argv/argc as input/output
   format.
   
$Id$