markmv - v1.39.2
    Preparing search index...

    Interface TreeCliOptions

    CLI-specific options for the tree command.

    interface TreeCliOptions {
        format?: string;
        maxDepth?: number;
        verbose?: boolean;
        json?: boolean;
    }
    Index
    format?: string

    Output format: ascii or json

    maxDepth?: number

    Maximum tree rendering depth; statistics always cover the full scan

    verbose?: boolean

    Show detailed output with processing information

    json?: boolean

    Output results in JSON format (alias for --format json)