@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Interface CommandCompletions

    Completion suggestions for a specific REPL command

    interface CommandCompletions {
        argumentPart?: string;
        completions: string[];
    }
    Index

    Properties

    argumentPart?: string

    The current argument fragment being completed, if any. This is relevant if an argument is composed of multiple parts (e.g. comma-separated lists).

    completions: string[]

    The possible completions for the current argument