mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-01 15:48:45 +00:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
7 lines
410 B
Fish
7 lines
410 B
Fish
complete -c read -s h -l help -d (_ "Display help and exit")
|
|
complete -c read -s p -l prompt -d (_ "Set prompt command") -x
|
|
complete -c read -s x -l export -d (_ "Export variable to subprocess")
|
|
complete -c read -s g -l global -d (_ "Make variable scope global")
|
|
complete -c read -s l -l local -d (_ "Make variable scope local")
|
|
complete -c read -s u -l unexport -d (_ "Do not export variable to subprocess")
|
|
|