@tanzanite/discord-akairo
    Preparing search index...

    Type Alias ContentParserOptions

    Options for the content parser.

    type ContentParserOptions = {
        flagWords?: string[];
        optionFlagWords?: string[];
        quoted?: boolean;
        separator?: string;
    }
    Index

    Properties

    flagWords?: string[]

    Words considered flags.

    []
    
    optionFlagWords?: string[]

    Words considered option flags.

    []
    
    quoted?: boolean

    Whether to parse quotes.

    true
    
    separator?: string

    Whether to parse a separator.