ghzinga 0.4.0

Terminal UI for monitoring GitHub pull requests and issues.
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    ghzinga::runner::run_from_cli().await
}