$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-16 08:32:42
It occurs to me that even in the simplest cases, the programmer probably
needs to write the "usage" output which responds to --help or incorrect
options. A truly easy-to-use interface would read and interpret the "usage"
text, so that the programmer hardly needs to do anything else. I have no
idea how feasible that is...
-Dave