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.
- fix
- SQL lint auto-fix helpers.
- fix_
engine - Deterministic patch planning helpers for lint fixes.
- 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.