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
pgormCLI with an argv-style argument list.