_gtk4_node_editor()
{
local cur prev opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
opts="--gapplication-service \
--help \
--help-all \
--help-gapplication \
--reset \
--version"
if [[ ${cur} == -* ]] ; then
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
fi
}
complete -F _gtk4_node_editor gtk4-node-editor
| Messung V0.5 in Prozent |
|---|
| | | |
[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-07-04]