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 logic to complete when last flag uses the equal sign #54

Merged
merged 2 commits into from
Nov 4, 2017

Conversation

posener
Copy link
Owner

@posener posener commented Nov 4, 2017

If the last flag is of the form -flag=value, complete the value according to -flag.

posener and others added 2 commits November 4, 2017 11:32
If the last flag is of the form -flag=value, complete the value according to -flag.
@codecov
Copy link

codecov bot commented Nov 4, 2017

Codecov Report

Merging #54 into master will increase coverage by 0.34%.
The diff coverage is 96.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   87.48%   87.82%   +0.34%     
==========================================
  Files          14       14              
  Lines         671      690      +19     
==========================================
+ Hits          587      606      +19     
  Misses         75       75              
  Partials        9        9
Impacted Files Coverage Δ
args.go 100% <100%> (ø) ⬆️
gocomplete/complete.go 100% <100%> (ø) ⬆️
complete.go 75.75% <75%> (+0.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00c8649...a1f9ea0. Read the comment docs.

@posener posener merged commit dc2bc5a into master Nov 4, 2017
@posener posener deleted the split-last-equal branch November 4, 2017 09:57
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.

1 participant