Enable deferred_help in cli

This turns of implicit conversion of 'ccp <cmd> --help' to 'ccp help <cmd>'
to provide user with help on specific command instead of list of common
arguments.

Change-Id: Id8278b908d6e4c61fde71772a2c6e2c65104560b
This commit is contained in:
Yuriy Taraday 2016-09-23 15:53:43 +03:00
parent 28c017d8bf
commit 06d4b69180
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