gitgrip 0.13.0

Multi-repo workflow tool - manage multiple git repositories as one
Documentation
1
2
3
4
5
6
7
8
//! CLI layer
//!
//! Command-line interface using clap.

pub mod commands;
pub mod output;

pub use output::Output;