Removed enhancement suggestion to add command line getopt processing.
Already done!
1 parent 606bacd commit 6c94274860cd532a38428b2732d83a0de50aafab
@tundra tundra authored on 18 Jul 2001
Showing 1 changed file
View
6
4-Limitations-Enhancements.txt
$Id: 4-Limitations-Enhancements.txt,v 1.1 2001/07/14 06:17:28 tundra Exp $
$Id: 4-Limitations-Enhancements.txt,v 1.2 2001/07/18 18:20:50 tundra Exp $
 
KNOWN LIMITATIONS AND PROBLEMS OF HB
====================================
 
=========================================
 
- Check correctness and/or be more forgiving about reading in budget
files.
 
- Use the getopt library to add command line processing features to
HB. You could, for instance, use the command line to name the
initial budget file or default print device/file.
 
- Add a new user feature of your own. This means adding the correct
entry in Options, writing a Main Function Handler for the new
feature and any needed support functions to compute arguments.