add survey completions

This commit is contained in:
Robin Olsen
2026-02-28 10:41:07 +01:00
parent e00b201a77
commit a267be000a

View File

@@ -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