@gud/cli
    Preparing search index...

    Variable passThroughCommandConst

    passThroughCommand: Partial<CommandModule<any, OptionsConfig, unknown>> & {
        handler: CommandHandler<any, OptionsConfig, unknown>;
        isMiddleware: true;
    } = ...

    A pass-through command that does not perform any action and simply returns the current state data.