Created
January 31, 2023 03:52
-
-
Save habibiefaried/81bc8be16b634db39679dcaf866f3e44 to your computer and use it in GitHub Desktop.
Example of tab completion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
testfunc() { | |
echo "Only use tabs.. please" | |
echo "Your input $1" | |
} | |
complete -W "option1 input2 option3 secret4" testfunc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment