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

zsh: Allow to use external script. #453

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

dibalavs
Copy link
Contributor

This patch add support external script for zsh:
Example:

complete_func() {
echo "complete func called" > done.txt
}

eval "$(register-python-argcomplete -e complete_func arc_test)"

Bug: #452

This patch add support external script for zsh:
Example:

complete_func() {
    echo "complete func called" > done.txt
}

eval "$(register-python-argcomplete -e complete_func arc_test)"

Bug: kislyuk#452
@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (65775b1) 80.92% compared to head (7f3087d) 80.92%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #453   +/-   ##
========================================
  Coverage    80.92%   80.92%           
========================================
  Files           10       10           
  Lines          776      776           
========================================
  Hits           628      628           
  Misses         148      148           
Files Coverage Δ
argcomplete/shell_integration.py 89.47% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kislyuk kislyuk merged commit 278deb0 into kislyuk:develop Oct 16, 2023
24 checks passed
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