2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-29 05:13:43 +00:00
fish-shell/share/completions/vared.fish

3 lines
129 B
Fish
Raw Normal View History

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