Merge "Enable deferred_help in cli"

This commit is contained in:
Jenkins 2016-09-23 15:30:21 +00:00 committed by Gerrit Code Review
commit aaa773aa23
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ class CCPApp(app.App):
description='Containerized Control Plane tool',
version=fuel_ccp.__version__,
command_manager=commandmanager.CommandManager('ccp.cli'),
deferred_help=True,
**kwargs
)
self.config_file = None