blob: 242c0da216337bf1e583903977ca5618a7235a95 (
plain)
| 1
2
3
4
5
6
7
 | @@ 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.
@@ Notion of a default command (e.g., a& --help).
 |