10 lines
184 B
Bash

#!/bin/bash
function _patchelfcrc() {
echo "Cursor index: $COMP_CWORD"
echo "line as array: $COMP_WORDS"
echo "line as string: $COMP_LINE"
}
complete -F _patchelfcrc patchelfcrc