There was an error while loading. Please reload this page.
2 parents 0e89d08 + 00eebaf commit 678e690Copy full SHA for 678e690
1 file changed
openstackclient/shell.py
@@ -79,6 +79,10 @@ def __init__(self):
79
help.HelpCommand.auth_required = False
80
complete.CompleteCommand.auth_required = False
81
82
+ # Slight change to the meaning of --debug
83
+ self.DEFAULT_DEBUG_VALUE = None
84
+ self.DEFAULT_DEBUG_HELP = 'Set debug logging and traceback on errors.'
85
+
86
super(OpenStackShell, self).__init__(
87
description=__doc__.strip(),
88
version=openstackclient.__version__,
0 commit comments