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

    Interface DefaultCommandArgs

    Command arguments for default parsing behavior

    interface DefaultCommandArgs {
        input?: string;
        in: InputFormat;
        out: OutputFormat;
        annotate: boolean;
    }
    Index

    Properties

    Properties

    input?: string

    Input dCBOR in the format specified by in. Optional - reads from stdin if not provided

    The input format (default: diag)

    The output format (default: hex)

    annotate: boolean

    Output with annotations