1 2 3 4 5 6
//! `pv` binary. The command surface lives in the library //! (`aprender_contracts_cli`) so `apr pv` can reach the same code. fn main() { aprender_contracts_cli::run(); }