You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
With Hurl completion
The text was updated successfully, but these errors were encountered: