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

    Interface MapCommandArgs

    Command arguments for map composition

    interface MapCommandArgs {
        kvPairs: string[];
        out: OutputFormat;
        annotate: boolean;
    }
    Index

    Properties

    Properties

    kvPairs: string[]

    Alternating keys and values parsed as dCBOR items in diagnostic notation

    The output format (default: hex)

    annotate: boolean

    Output with annotations