Add testframework and start bash completion. Not functional yet

This commit is contained in:
2025-05-10 22:57:05 +02:00
parent 29fdc841b7
commit b49ae6e46c
5 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/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