From b122128b0b930c3c86c3b38b96123c3cf2ca8338 Mon Sep 17 00:00:00 2001 From: Sergey Palcheh Date: Fri, 18 Jul 2025 09:29:36 +0600 Subject: [PATCH] added changelog auto_completion --- auto_completion/bash_completion/winehelper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_completion/bash_completion/winehelper b/auto_completion/bash_completion/winehelper index 74ce025..0c78907 100644 --- a/auto_completion/bash_completion/winehelper +++ b/auto_completion/bash_completion/winehelper @@ -4,7 +4,7 @@ _winehelper_completions() { COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" - opts="--help --version --debug install installed -r -i remove-all --clear-pfx killall remove-prefix backup-prefix restore-prefix" + opts="--help --version --debug install installed -r -i remove-all --clear-pfx killall remove-prefix backup-prefix restore-prefix --changelog changelog" wine_cmd="winecfg winereg winefile wineconsole winetricks desktop regedit explorer cmd run" case "${prev}" in