@shopify/cli-kit
    Preparing search index...

    Function outputCompleted

    • Outputs a completed message to the user. Completed message receive a special formatting to make them stand out in the console. Note: Completed messages are sent through the standard error.

      Parameters

      • content: OutputMessage

        The content to be output to the user.

      • logger: Logger = consoleWarn

        The logging function to use to output to the user.

      Returns void