pub async fn run(args: Vec<String>) -> Result<()>
Runs the pgorm CLI with an argv-style argument list.
pgorm
Most callers should pass std::env::args().collect().
std::env::args().collect()