Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ include docs/README.md

# <https://github.com/httpie/cli/issues/182>
recursive-include tests/ *

# Shell completions installed through setup.cfg data_files
include extras/httpie-completion.fish
include extras/fish/http.fish
2 changes: 2 additions & 0 deletions extras/fish/http.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Fish loads completions by command name; keep the canonical definitions in one file.
source (dirname (status --current-filename))/httpie-completion.fish
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ share/man/man1 =
extras/man/http.1
extras/man/https.1
extras/man/httpie.1
share/fish/vendor_completions.d =
extras/httpie-completion.fish
extras/fish/http.fish
Loading