DuckDB Terminal - v0.6.0
    Preparing search index...

    Interface Command

    Definition of a dot command

    interface Command {
        description: string;
        handler: CommandHandler;
        name: string;
        usage?: string;
    }
    Index
    description: string

    Short description of what the command does

    The function that handles the command

    name: string

    Command name including the dot prefix

    usage?: string

    Usage example