Luke Palmer <[EMAIL PROTECTED]> wrote:
> This gives imcc a better help message, without being patronizing about
> the meanings of the options (because they're clear from the long
> option names).  It also cleans up the option data structure in imcc
> and test_main by removing the unsightly NULLs that needn't be there.

Thanks. Applied.

It would be nice to have OPTION_optional_FLAG too, as imcc had with the
-d (--debug) flag:

- if option follows immediately ok
- if the next argument starts with '-': no option
- if the next argument is a filename ('.' inside): no option
- else consider next argument as option

or such. This will not work in all cases, but still better then now.

> Luke

leo

Reply via email to