diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2023-06-22 11:17:10 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2023-06-22 11:17:10 +0900 |
| commit | 302f477e10dde8f1ad355befd918124947516def (patch) | |
| tree | 4165bf4504f9e651be3aa5b6a3f6cb0facd909ab | |
| parent | Merge pull request #1015 from eclairevoyant/delete-yaourt (diff) | |
| download | zsh-completions-302f477e10dde8f1ad355befd918124947516def.tar zsh-completions-302f477e10dde8f1ad355befd918124947516def.tar.gz zsh-completions-302f477e10dde8f1ad355befd918124947516def.tar.bz2 zsh-completions-302f477e10dde8f1ad355befd918124947516def.tar.lz zsh-completions-302f477e10dde8f1ad355befd918124947516def.tar.xz zsh-completions-302f477e10dde8f1ad355befd918124947516def.tar.zst zsh-completions-302f477e10dde8f1ad355befd918124947516def.zip | |
Update httpie completion
| -rw-r--r-- | src/_httpie | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/src/_httpie b/src/_httpie index ce6f965..2d4de8d 100644 --- a/src/_httpie +++ b/src/_httpie @@ -28,7 +28,7 @@ # Description # ----------- # -# Completion script for httpie 3.2.1 (https://httpie.io/) +# Completion script for httpie 3.2.2 (https://httpie.io/) # # ------------------------------------------------------------------------------ # Authors @@ -143,9 +143,9 @@ _httpie_printflags() { _httpie_styles() { local -a styles=(abap algol algol_nu arduino auto autumn borland bw colorful default dracula emacs friendly - friendly_grayscale fruity gruvbox-dark gruvbox-light |
