blob: ed48ff6e945b96b2264eed03b2f3bbc1c49968a9 (
plain)
1
2
3
4
|
complete -c return -s h -l help --description "Display help and exit"
complete -c return -x -a 0 -d "Return from function with normal exit status"
complete -c return -x -a 1 -d "Return from function with abnormal exit status"
|