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

    Interface MatchCommandArgs

    Command arguments for match command

    interface MatchCommandArgs {
        pattern: string;
        input?: string;
        in: InputFormat;
        out: MatchOutputFormat;
        noIndent: boolean;
        lastOnly: boolean;
        annotate: boolean;
        captures: boolean;
    }
    Index

    Properties

    pattern: string

    The pattern to match against

    input?: string

    dCBOR input (hex, diag, or binary). If not provided, reads from stdin

    Input format (default: diag)

    Output format (default: paths)

    noIndent: boolean

    Disable indentation of path elements

    lastOnly: boolean

    Show only the last element of each path

    annotate: boolean

    Add annotations to output

    captures: boolean

    Include capture information in output