We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1c729 commit 6b32347Copy full SHA for 6b32347
.goreleaser.yml
@@ -33,6 +33,8 @@ archive:
33
- LICENSE.txt
34
- README.md
35
- examples/config-sample.yaml
36
+ - dt-completion.zsh
37
+ - dt-completion.bash
38
39
# Homebrew customization
40
brew:
README.md
@@ -12,8 +12,8 @@ tools.
12
- [Example](#example)
13
- [Installation](#installation)
14
* [Install via go](#installation)
15
- * [Install via Homebrew](#installation-homebrew)
16
- * [Install via Docker](#installation-docker)
+ * [Install via Homebrew](#install-via-homebrew)
+ * [Install via Docker](#install-via-docker)
17
* [Shell Completions](#shell-completions)
18
- [Commands](#commands)
19
* [URI](#uri-command)
0 commit comments