Skip to content

Commit

Permalink
todoman: install completions
Browse files Browse the repository at this point in the history
Closes #110702.

Signed-off-by: Sean Molenaar <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
triallax authored and BrewTestBot committed Oct 10, 2022
1 parent e35f9f6 commit 43d0b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/todoman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Todoman < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "715db55e55809a33bd410ab3726fb35f6a203504013d4e992d2a8c4fa8971e52"
end

depends_on "jq" # Needed for ZSH completions.
depends_on "[email protected]"
depends_on "six"

Expand Down Expand Up @@ -75,6 +76,9 @@ class Todoman < Formula

def install
virtualenv_install_with_resources

bash_completion.install "contrib/completion/bash/_todo" => "todo"
zsh_completion.install "contrib/completion/zsh/_todo"
end

test do
Expand Down

0 comments on commit 43d0b9f

Please sign in to comment.