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

    Interface ArrayCommandArgs

    Command arguments for array composition

    interface ArrayCommandArgs {
        elements: string[];
        out: OutputFormat;
        annotate: boolean;
    }
    Index

    Properties

    Properties

    elements: string[]

    Each element is parsed as a dCBOR item in diagnostic notation

    The output format (default: hex)

    annotate: boolean

    Output with annotations