flowscope-cli 0.6.0

Command-line interface for FlowScope SQL lineage analyzer
Documentation
1
2
3
4
5
6
7
//! Output formatting modules.

pub mod lint;
pub mod table;

pub use lint::{format_lint_json, format_lint_results, FileLintResult, LintIssue};
pub use table::format_table;