in modular_cli/service/help_client.py [0:0]
def __init__(self, requested_command, commands_meta):
self.requested_command = requested_command if requested_command else []
self.module_name = requested_command[0] if requested_command else None
self.commands_meta = commands_meta