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

    Interface NextCommandArgs

    Arguments for the next command.

    Corresponds to Rust CommandArgs

    interface NextCommandArgs {
        path: string;
        comment: string;
        date?: Date;
        quiet: boolean;
        format: OutputFormat;
        info: InfoArgs;
    }
    Index

    Properties

    path: string

    Path to the chain's directory. Must already exist.

    comment: string

    A comment to be included for the mark.

    date?: Date

    The date of the next mark. If not supplied, the current date is used.

    quiet: boolean

    Suppress informational status output on stderr/stdout.

    format: OutputFormat

    Output format for the mark.

    info: InfoArgs

    Info args for the mark.