@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface ReplCompletionTestCase {
        completer: (
            splitLine: readonly string[],
            startingNewArg: boolean,
            config: FlowrConfig,
        ) => CommandCompletions;
        config?: object;
        expectedCompletions: readonly string[];
        label: string;
        splitLine: readonly string[];
        startingNewArg: boolean;
    }
    Index

    Properties

    completer: (
        splitLine: readonly string[],
        startingNewArg: boolean,
        config: FlowrConfig,
    ) => CommandCompletions
    config?: object
    expectedCompletions: readonly string[]
    label: string
    splitLine: readonly string[]
    startingNewArg: boolean