[getopt-sig] Hidden Options?
Jeff Hinrichs
jlh@cox.net
Mon, 25 Feb 2002 23:23:11 -0600
David,
Thanks for the quick response. As I, <open mouth, insert manual>
-Jeff
p.s.
"Optik Rocks!"
----- Original Message -----
From: "David Goodger" <goodger@users.sourceforge.net>
To: "Jeff Hinrichs" <jlh@cox.net>; <getopt-sig@python.org>
Sent: Monday, February 25, 2002 10:44 PM
Subject: Re: [getopt-sig] Hidden Options?
> Jeff Hinrichs wrote:
> > wrt Optik:
> > I don't believe that it is currently possible to create a hidden option.
> > (i.e. --debug) where the parser would know about it but not talk about
it.
>
> It is; see advanced.txt:
>
> To omit an option entirely, use the special value optik.SUPPRESS_HELP.
>
> --
> David Goodger goodger@users.sourceforge.net Open-source projects:
> - Python Docstring Processing System: http://docstring.sourceforge.net
> - reStructuredText: http://structuredtext.sourceforge.net
> - The Go Tools Project: http://gotools.sourceforge.net
>
>