From a267be000ada0ca388dec08957ff5dff7560c3c1 Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Sat, 28 Feb 2026 10:41:07 +0100 Subject: [PATCH] add survey completions --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index adff253..65fbab8 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,9 @@ install-powershell-temp: completions install-cli: completions @go install ./cmd/pm + @go install ./cmd/survey @sudo cp ./bin/pm_bash.sh /etc/bash_completion.d/pm + @sudo cp ./bin/survey_bash.sh /etc/bash_completion.d/survey .PHONY: tidy clean build cli tui web dev tw completions install-bash-temp install-zsh-temp install-fish-temp install-powershell-temp install-cli