Skip to main content

Crate vantage_cli_util

Crate vantage_cli_util 

Source

Re-exports§

pub use model_cli::Mode;
pub use model_cli::ModelFactory;
pub use model_cli::Renderer;
pub use output::OutputFormat;

Modules§

model_cli
Generic model-driven CLI runner.
output
Output formatters for CLI results.
vista_cli
Vista-backed model-driven CLI runner.

Functions§

print_table
Fetch records from a table and print them as a styled table.
render_records
Render records as a styled table without per-column type metadata.
render_records_columns
Render records with an explicit column list — no auto-prepended id column. column_types is consulted for per-column alignment but doesn’t drive which columns appear; columns does.
render_records_typed
Render records as a styled table.