aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/return.fish
blob: 21fd978493da151b225f2c8aaf4c4f6d8d942c56 (plain)
1
2
3
4

complete -c return -s h -l help -d (N_ "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"