osoy 0.5.1

Command-line git repository manager
Documentation
1
2
3
4
5
use crate::Config;

pub trait Exec {
    fn exec(self, config: Config) -> i32;
}