Crate flowscope_cli

Crate flowscope_cli 

Source
Expand description

FlowScope CLI library.

This module exposes internal types for testing purposes. The main entry point is the flowscope binary.

Re-exports§

pub use cli::Args;

Modules§

cli
CLI argument parsing using clap.
input
Input handling for file reading and stdin support.
metadata
Live database metadata providers for schema introspection.
output
Output formatting modules.
schema
Schema loading from DDL files.
server
HTTP server module for serve mode.