BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface CommandArgs

    Command arguments for the pattern command.

    interface CommandArgs {
        pattern: string;
        noIndent: boolean;
        lastOnly: boolean;
        envelopes: boolean;
        digests: boolean;
        summary: boolean;
        maxLength?: number;
        envelope?: string;
    }
    Index

    Properties

    pattern: string

    The pattern to be matched

    noIndent: boolean

    Disable indentation of path elements

    lastOnly: boolean

    Format only the last element of each path

    envelopes: boolean

    Format path elements as envelope URs

    digests: boolean

    Format path elements as digest URs

    summary: boolean

    Format path elements as summary

    maxLength?: number

    Maximum length for summary truncation

    envelope?: string

    The envelope to match against