mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
feat: add missing 'save' completion for funced
This commit is contained in:
parent
469e81e01d
commit
6b73079e27
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
complete -c funced -xa "(functions -na)" -d "Save function"
|
||||
complete -c funced -s e -l editor -d 'Open function in external editor' -xa '(__fish_complete_command)'
|
||||
complete -c funced -s i -l interactive -d 'Edit in interactive mode'
|
||||
complete -c funced -s s -l save -d 'Autosave after successful edit'
|
||||
|
|
Loading…
Reference in a new issue