hide completion from help
authorAlexander Solovyov <piranha@piranha.org.ua>
Tue, 06 Apr 2010 15:57:48 +0300
changeset 110 8771073591aa
parent 109 9711ed88ed83
child 111 e40251bf5a23
hide completion from help
opster.py
--- a/opster.py	Tue Apr 06 15:49:50 2010 +0300
+++ b/opster.py	Tue Apr 06 15:57:48 2010 +0300
@@ -123,7 +123,7 @@
     cmdtable['help'] = (help_(cmdtable, globaloptions), [], '[TOPIC]')
     help_func = cmdtable['help'][0]
 
-    cmdtable['_completion'] = (completion_,
+    cmdtable['~_completion'] = (completion_,
                               [('b', 'bash', False, 'Output bash competion'),
                                ('z', 'zsh',  False, 'Output zsh completion')],
                               '--bash OR --zsh')