mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
34e27ff4c2
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
8 lines
705 B
Fish
8 lines
705 B
Fish
complete -c read -s h -l help --description "Display help and exit"
|
|
complete -c read -s p -l prompt --description "Set prompt command" -x
|
|
complete -c read -s x -l export --description "Export variable to subprocess"
|
|
complete -c read -s g -l global --description "Make variable scope global"
|
|
complete -c read -s l -l local --description "Make variable scope local"
|
|
complete -c read -s U -l universal --description "Make variable scope universal, i.e. share variable with all the users fish processes on this computer"
|
|
complete -c read -s u -l unexport --description "Do not export variable to subprocess"
|
|
complete -c read -s m -l mode-name --description "Name to load/save history under" -r -a "read fish"
|