Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#80] Add hit uncommit command #95

Merged
merged 1 commit into from
Jul 29, 2019

Conversation

vrom911
Copy link
Member

@vrom911 vrom911 commented Jul 29, 2019

Resolves #80

@vrom911 vrom911 added enhancement New feature or request Git Git commands CLI command-line interface labels Jul 29, 2019
@vrom911 vrom911 requested a review from chshersh July 29, 2019 08:36
@vrom911 vrom911 self-assigned this Jul 29, 2019
Copy link
Contributor

@chshersh chshersh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great!

<> com "clone" cloneP "Clone the repo. Use 'reponame' or 'username/reponame' formats"
where
com :: String -> Parser HitCommand -> String -> Mod CommandFields HitCommand
com name p desc = command name (info (helper <*> p) $ progDesc desc)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that! Really makes the addition of new command easier ❤️

@chshersh chshersh merged commit e74581b into master Jul 29, 2019
@chshersh chshersh deleted the vrom911/80-Add-hit-uncommit-command branch July 29, 2019 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI command-line interface enhancement New feature or request Git Git commands
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add hit uncommit command
2 participants