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

Add CLI args option to constructor and blameByFile method #3

Merged
merged 1 commit into from
Feb 1, 2017

Conversation

un-def
Copy link
Contributor

@un-def un-def commented Jan 31, 2017

let blamer = new Blamer('git', '-w -M');
blamer.blameByFile(file)            // git blame -w -M
blamer.blameByFile(file, '-M -C')   // git blame -M -C
blamer.blameByFile(file, '')        // git blame
blamer = new Blamer('git');
blamer.blameByFile(file)            // git blame -w

This PR closes Issue #2.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 96.364% when pulling 397a920 on un-def:args-option into b90fbed on kucherenko:master.

@kucherenko kucherenko merged commit 48eb1aa into kucherenko:master Feb 1, 2017
@kucherenko
Copy link
Owner

thank you, PR merged and available at blamer@0.1.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants