@eagleoutice/flowr - v2.10.1
    Preparing search index...
    _commands: {
        controlflow: ReplCodeCommand;
        "controlflow*": ReplCodeCommand;
        controlflowbb: ReplCodeCommand;
        "controlflowbb*": ReplCodeCommand;
        dataflow: ReplCodeCommand;
        "dataflow*": ReplCodeCommand;
        dataflowascii: ReplCodeCommand;
        dataflowsilent: ReplCodeCommand;
        dataflowsimple: ReplCodeCommand;
        "dataflowsimple*": ReplCodeCommand;
        execute: ReplCommand;
        help: ReplCommand;
        normalize: ReplCodeCommand;
        "normalize*": ReplCodeCommand;
        "normalize#": ReplCodeCommand;
        parse: ReplCodeCommand;
        query: ReplCodeCommand;
        "query*": ReplCodeCommand;
        quit: ReplCommand;
        version: ReplCommand;
    } = ...

    All commands that should be available in the REPL.

    Type Declaration