Add dci6 auth cli command #12

Merged
MOIS3Y merged 2 commits from MOIS3Y/isp-maintenance:api into main 2024-06-06 23:28:11 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit dc6e61dcbe - Show all commits

View File

@ -8,7 +8,7 @@ from mgrctl.apps.vm6 import __version__
@click.group( @click.group(
cls=LazyGroup, cls=LazyGroup,
lazy_subcommands=INSTALLED_APPS['vm6'], lazy_subcommands=INSTALLED_APPS['vm6'],
help='vm6 command for lazy example', help='vm6 command for VM6manager management',
) )
@click.version_option( @click.version_option(
version=__version__, version=__version__,

View File

@ -17,7 +17,7 @@ from mgrctl.cli.lazy_group import LazyGroup
'vm6': 'mgrctl.apps.vm6.commands.cli', 'vm6': 'mgrctl.apps.vm6.commands.cli',
'dci6': 'mgrctl.apps.dci6.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( @click.version_option(
version=__version__, version=__version__,