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

    Interface RunOptions

    interface RunOptions {
        command: Command;
        stdinContent?: string;
    }
    Index

    Properties

    command: Command
    stdinContent?: string