2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-15 13:38:38 +00:00
fish-shell/share/completions/vared.fish

3 lines
129 B
Fish
Raw Normal View History

2020-01-26 21:17:22 +09:00
complete -c vared -x -a "(set | string replace -r ' ' '\tVariable: ')"
complete -c vared -s h -l help -d "Display help and exit"