1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-21 17:16:30 +02:00

Fix Snap autocompletion (#1189)

This commit is contained in:
Gaurav 2021-10-25 20:06:34 +05:30 committed by GitHub
parent e75e0a0565
commit cff45276b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ _http_complete() {
fi
}
complete -o default -F _http_complete http
complete -o default -F _http_complete http httpie.http httpie.https https
_http_complete_options() {
local cur_word=$1

View File

@ -81,7 +81,7 @@ parts:
python -m compileall -f $packages
echo "Copying extra files ..."
cp $SNAPCRAFT_PART_SRC/extras/httpie-completion.bash $SNAPCRAFT_PRIME/bin/
cp $SNAPCRAFT_PART_SRC/extras/httpie-completion.bash $SNAPCRAFT_PRIME/
plugs:
dot-config-httpie:
@ -102,13 +102,13 @@ apps:
- home
- network
- removable-media
completer: bin/httpie-completion.bash
completer: httpie-completion.bash
environment:
LC_ALL: C.UTF-8
https:
command: bin/https
plugs: *plugs
completer: bin/httpie-completion.bash
completer: httpie-completion.bash
environment:
LC_ALL: C.UTF-8