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

    Interface Command

    Definition of a dot command

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

    Properties

    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