mirror of
				https://git.isptech.ru/ISPsystem/isp-maintenance.git
				synced 2025-10-30 07:03:02 +01:00 
			
		
		
		
	Fix: mgrctl vm6 cli help messages
This commit is contained in:
		| @@ -8,7 +8,7 @@ from mgrctl.apps.vm6 import __version__ | ||||
| @click.group( | ||||
|     cls=LazyGroup, | ||||
|     lazy_subcommands=INSTALLED_APPS['vm6'], | ||||
|     help='vm6 command for lazy example', | ||||
|     help='vm6 command for VM6manager management', | ||||
| ) | ||||
| @click.version_option( | ||||
|     version=__version__, | ||||
|   | ||||
| @@ -17,7 +17,7 @@ from mgrctl.cli.lazy_group import LazyGroup | ||||
|         'vm6': 'mgrctl.apps.vm6.commands.cli', | ||||
|         'dci6': 'mgrctl.apps.dci6.commands.cli', | ||||
|     }, | ||||
|     help='main CLI command for lazy example', | ||||
|     help='main CLI command for mgrctl app', | ||||
| ) | ||||
| @click.version_option( | ||||
|     version=__version__, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user