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

File completion not working in bash when using Hurl completion #3750

Open
fabricereix opened this issue Feb 17, 2025 · 0 comments
Open

File completion not working in bash when using Hurl completion #3750

fabricereix opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fabricereix
Copy link
Collaborator

Activating Hurl completion in bash (source completions/hurl.bash) enables to complete command-line parameters.
But at the same time, it removes file completion.

Without Hurl completion

hurl --verb<TAB>    => no completion
hurl test<TAB>      => hurl test.hurl

With Hurl completion

hurl --verb<TAB>    => hurl --verbose
hurl test           => no completion
@fabricereix fabricereix added the bug Something isn't working label Feb 17, 2025
@fabricereix fabricereix self-assigned this Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant