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

Fix multiple command registration for non-bash shells #293

Merged
merged 1 commit into from
Mar 19, 2020

Conversation

evanunderscore
Copy link
Collaborator

Fixes a bug introduced in #288 where the first executable would be used to complete all passed executables if no script was specified.

@codecov-io
Copy link

codecov-io commented Mar 19, 2020

Codecov Report

Merging #293 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #293      +/-   ##
==========================================
+ Coverage   82.63%   82.65%   +0.02%     
==========================================
  Files           7        7              
  Lines         737      738       +1     
==========================================
+ Hits          609      610       +1     
  Misses        128      128              
Impacted Files Coverage Δ
argcomplete/shell_integration.py 100.00% <100.00%> (ø)

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 2d5f767...4345bbd. Read the comment docs.

@evanunderscore evanunderscore merged commit e43a7b6 into kislyuk:master Mar 19, 2020
@evanunderscore evanunderscore deleted the register-multiple branch March 19, 2020 06:36
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.

2 participants