mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
cfecb58bb6
darcs-hash:20070126012631-ac50b-4e13c06ddbf73f05a0a26824c71dbb96aa7ce0b9.gz
4 lines
189 B
Fish
4 lines
189 B
Fish
|
|
complete -c exit -s h -l help --description 'Display help and exit'
|
|
complete -c exit -x -a 0 -d "Quit with normal exit status"
|
|
complete -c exit -x -a 1 -d "Quit with abnormal exit status"
|