|
From: Josef W. <Jos...@gm...> - 2004-01-09 18:53:19
|
Am Mittwoch, 7. Januar 2004 13:04 schrieb Nicholas Nethercote:
> Colon (':') chars? Yes, they wouldn't be allowed, but that doesn't seem
> like a great loss? If that's a problem, maybe --toolname::option, or
> something even more obscure?
In calltree, in some options there can symbol names be specified, e.g. where
to start collecting, and so on. Unfortunately, for C++, colons can be part of
the symbol name.
As my options are like --option=... it would work with your scheme if we only
allow alpha(numeric?) characters as part of a tool/skin name, e.g. not '='.
Is this acceptable?
Josef
|