summaryrefslogtreecommitdiff
path: root/example4.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-02-10 10:35:47 +0000
committerLars Wirzenius <liw@liw.fi>2013-02-10 10:35:47 +0000
commitfc455a987626dcb71dee96b69dac88d11294a9da (patch)
treecee6d6542760c75601c70b382569d5c7516728a8 /example4.py
parentca686ad12966980517fb6d2412b485023646bfcf (diff)
downloadcliapp-fc455a987626dcb71dee96b69dac88d11294a9da.tar.gz
Actually suppress help for hidden options
Diffstat (limited to 'example4.py')
-rw-r--r--example4.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example4.py b/example4.py
index 9f3ddf1..14386df 100644
--- a/example4.py
+++ b/example4.py
@@ -26,6 +26,7 @@ class ExampleApp(cliapp.Application):
def add_settings(self):
self.settings.string(['yoyo'], 'yoyo help', hidden=True)
+ self.settings.boolean(['blip'], 'blip help', hidden=True)
def cmd_greet(self, args):
'''Greet the user.