From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-28 01:29:18


Olaf van der Spek wrote:

> Hi,
>
> How do I tell this function to ignore unknown options?

You pass 'true' for allow_unregistered parameter. Then,
when you store into variables_map, unregistered options get
skipped.

This in possible in CVS HEAD only.

- Volodya