gittype 0.10.0

A typing practice tool using your own code repositories
Documentation
1
2
3
4
5
6
7
pub mod args;
pub mod commands;
pub mod runner;
pub mod screen_runner;

pub use args::{Cli, Commands};
pub use runner::run_cli;