godlint-cli 0.3.0

Command-line interface for Godlint.
1
2
3
fn deploy(branch: &str) {
    Command::new("sh").arg("-c").arg(branch).status();
}