From f5807d9f3a6c96e70912b61fac17120f412b5782 Mon Sep 17 00:00:00 2001 From: ewy Date: Sun, 17 May 2026 01:37:24 +0200 Subject: * integration tests with a pik target to run them * add abstraction for paths to facilitate unit tests * flesh out completion (--install-completion) * do sync init before stateless modes so list knows more --- completion/completion.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'completion/completion.sh') diff --git a/completion/completion.sh b/completion/completion.sh index 36876cf..a48733f 100644 --- a/completion/completion.sh +++ b/completion/completion.sh @@ -1,9 +1,8 @@ -#/usr/bin/env bash _pik_completions() { QUERY="" for word in COMP_WORDS ; do - if [ ! query = "-"* ] ; then + if [[ ! query = "-"* ]] ; then QUERY="$QUERY $WORD" fi done -- cgit v1.3.1