_commands: {
    controlflow: ReplCodeCommand;
    "controlflow*": ReplCodeCommand;
    controlflowbb: ReplCodeCommand;
    "controlflowbb*": ReplCodeCommand;
    dataflow: ReplCodeCommand;
    "dataflow*": ReplCodeCommand;
    dataflowsimple: ReplCodeCommand;
    "dataflowsimple*": ReplCodeCommand;
    execute: ReplCommand;
    help: ReplCommand;
    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