On 6/7/05, Zbigniew <[EMAIL PROTECTED]> wrote:
> (set!-values (options operands)
> (args:parse '("help") opts opt-help))
Minor correction, that should have been
(set!-values (options operands)
(args:parse '("--help") opts opt-help))
As written, "help" would have just been put into OPERANDS.
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users
