1 2 3 4 5 6 7 8
#![deny(rust_2018_idioms, unsafe_code)] fn main() -> anyhow::Result<()> { gitoxide::porcelain::main() } #[cfg(not(feature = "pretty-cli"))] compile_error!("Please set 'pretty-cli' feature flag");