rootfs/etc/bash_completion.d/owi2-completion.bash hinzugefügt
This commit is contained in:
8
rootfs/etc/bash_completion.d/owi2-completion.bash
Normal file
8
rootfs/etc/bash_completion.d/owi2-completion.bash
Normal 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
|
||||||
Reference in New Issue
Block a user