magellan 3.1.9

Deterministic codebase mapping tool for local development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! JSON output module for CLI commands
//!
//! Provides schema-versioned, span-aware response types for all query commands.

pub mod command;
pub mod rich;

pub use command::{
    generate_execution_id, output_json, CalleeInfo, CallerInfo, CollisionCandidate, CollisionGroup,
    CollisionsResponse, CoverageInfo, ErrorResponse, FilesResponse, FindResponse, JsonResponse,
    MigrateResponse, OutputFormat, QueryResponse, ReferenceMatch, RefsResponse, Span,
    StatusResponse, SymbolMatch, ValidationError, ValidationResponse, ValidationWarning,
};