Skip to main content

Crate pgorm_cli

Crate pgorm_cli 

Source
Expand description

pgorm command-line utilities.

This crate powers the pgorm binary (see crates/pgorm-cli/src/main.rs). The public surface is intentionally small: most logic lives in internal modules and is dispatched from run.

Functionsยง

run
Runs the pgorm CLI with an argv-style argument list.