rootfs/etc/bash_completion.d/owi2-completion.bash hinzugefügt

This commit is contained in:
2025-11-29 22:35:31 +01:00
parent cf99e5ac01
commit 520a82f14f

View File

@@ -0,0 +1,8 @@
_owi2_completions()
{
local cur
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}
COMPREPLY=($(compgen -W '--help --check --kfz --preflight --run all --stats --replay' -- $cur))
}
complete -F _owi2_completions owi2