git-cuk-0.0.1: Haskell Git Helper Tool

Safe HaskellNone
LanguageHaskell2010

Cuk.Git

Description

Logic for CLI commands to make GitHub workflows easier.

Synopsis

Documentation

runHop :: Maybe Text -> IO () Source #

cuk hop command.

runFresh :: Maybe Text -> IO () Source #

cuk fresh command.

runNew :: Int -> IO () Source #

cuk new command.

runPush :: Bool -> IO () Source #

cuk push command.

runResolve :: Maybe Text -> IO () Source #

cuk resolve command.

runCommit :: Text -> Bool -> IO () Source #

cuk commit command.

runFix :: IO () Source #

cuk fix command.

runSync :: IO () Source #

cuk sync command.

runCurrent :: IO (Maybe Int) Source #

Part of the cuk current command. Prints the current branch and returns the current issue number if possible.