openpaul
    Preparing search index...

    Interface CommandInput

    Command Input - User input for a command

    interface CommandInput {
        args: string[];
        flags: Record<string, unknown>;
        type: CommandType;
    }
    Index

    Properties

    Properties

    args: string[]
    flags: Record<string, unknown>