CommanderJSX
    Preparing search index...

    Interface Option

    interface Option {
        description?: string;
        parameters?: string;
        pattern?: RegExp;
        shortcut?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    parameters?: string
    pattern?: RegExp
    shortcut?: string