godlint-cli 0.6.2

Command-line interface for Godlint.
1
2
3
4
5
from os import system


def deploy(branch):
    system(f"git push {branch}")