in reply to Re^2: GetOpt Organization (error check)
in thread GetOpt Organization
tsk, tsk.. no monk checks for the return status of GetOptions ?? You want your program running with invalid option passed?
The validation options and return value of GetOptions , and esp their combination, isn't that useful
You still have to do your own validation, so let GetOptions warn, then write your program
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: GetOpt Organization (error check)
by Discipulus (Canon) on Mar 10, 2015 at 11:42 UTC |