Skip to content
Snippets Groups Projects
Unverified Commit 5ecc61b4 authored by Jon Crall's avatar Jon Crall
Browse files

wip

parent 9a9fe891
No related branches found
No related tags found
1 merge request!35Start branch for dev/0.8.1
Pipeline #414973 passed
......@@ -226,9 +226,13 @@ class ModalCLI(metaclass=MetaModalCLI):
@class_or_instancemethod
def register(cls_or_self, cli_cls):
"""
Add a sub-CLI to this modal CLI
Args:
cli_cli (scriptconfig.Config):
A CLI-aware config object to register as a sub CLI
# TODO: ability to specify alias when registering the modal command
"""
# Note: the order or registration is how it will appear in the CLI help
# Hack for older scriptconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment