def process_passed_command()

in modular_cli/service/help_client.py [0:0]


    def process_passed_command(self):
        if self.config_command_help:
            self.define_description()
        return self.execute_command()