1
0
Fork 0
tinmop/data/completion/tinmop

10 lines
260 B
Plaintext

#/usr/bin/env bash
_tinmop_completions() {
COMPREPLY=($(COMP_WORDS="${COMP_WORDS[*]}" \
COMP_CWORD=$COMP_CWORD \
COMP_LINE=$COMP_LINE \
tinmop --bash-complete))
}
complete -F _tinmop_completions tinmop